diff --git a/alot/db/manager.py b/alot/db/manager.py index 71d2e1370..39c34e2e3 100644 --- a/alot/db/manager.py +++ b/alot/db/manager.py @@ -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 @@ -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')