Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed Aug 10, 2024
1 parent 5633569 commit 82f4ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alot/db/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __init__(self, path=None, ro=False, config=None):
:type path: str
:param ro: open the index in read-only mode
:type ro: bool
:param path: absolute path to the notmuch config file
:param config: absolute path to the notmuch config file
:type path: str
"""
self.ro = ro
Expand Down Expand Up @@ -83,7 +83,7 @@ def flush(self):
# watch out for notmuch errors to re-insert current_item
# to the queue on errors
try:
# the first two coordinants are cnmdname and post-callback
# the first two coordinates are cnmdname and post-callback
cmd, afterwards = current_item[:2]
logging.debug('cmd created')

Expand Down

0 comments on commit 82f4ae5

Please sign in to comment.