python-tuf/tuf/api
Lukas Puehringer fe318be693 Metadata API: Add missing space in 2 err messages
Just came across two instances where line-continued strings missed
a separating whitespace and fixed them.

Note: I also checked the entire repo for more such cases using the
regex `[^ ]["']\n *f?["'][^ ]` but didn't find any.

Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
2022-01-11 15:15:41 +01:00
..
serialization Metadata API: Stop annotating __init__() return value 2021-09-23 17:57:19 +03:00
__init__.py tuf/api: Expose tuf.api as a package 2020-10-15 14:35:14 +01:00
metadata.py Metadata API: Add missing space in 2 err messages 2022-01-11 15:15:41 +01:00