Fix spacing in print output
This commit is contained in:
parent
2109c6535d
commit
c6b95a4742
1 changed files with 1 additions and 1 deletions
|
@ -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)}"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue