Skip to content

Commit

Permalink
style: fix typos in __init__.py and utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kiike authored and alexfikl committed Mar 9, 2024
1 parent 5f06403 commit e9ff2ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion papis_zotero/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def serve(address: str, port: int) -> None:
default=None,
type=str)
@click.option("--link",
help="Wether to link the pdf files or copy them",
help="Whether to link the pdf files or copy them",
is_flag=True,
default=False)
def do_importer(from_bibtex: Optional[str], from_sql: Optional[str],
Expand Down
2 changes: 1 addition & 1 deletion papis_zotero/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"accessDate",
"id",
"shortTitle",
"attachements",
"attachments",
})

# dictionary of Zotero attachments mimetypes to be included
Expand Down

0 comments on commit e9ff2ee

Please sign in to comment.