Fix spacing in print output

This commit is contained in:
Marty Oehme 2023-08-28 18:05:52 +02:00
parent 2109c6535d
commit c6b95a4742
Signed by: Marty
GPG Key ID: EDBF2ED917B2EF6A
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ def _add_annots_to_note(
f.write("\n")
logger.info(
f"Wrote {len(new_annotations)} "
f"{'annotation' if len(new_annotations) == 1 else 'annotations'}"
f"{'annotation' if len(new_annotations) == 1 else 'annotations'} "
f"to {papis.document.describe(document)}"
)