X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Fdatabase.py;h=a615944bc89d7de9c6c93c603a1bb0653d8e7e59;hp=841e808e33c6f22f4211be0f9cfa3b5a80e043c9;hb=a8db280f586963c82499d7a797fb15d2f766976f;hpb=2b43a65c1c2049f94a6787925addd5b6e4040453 diff --git a/bindings/python/notmuch/database.py b/bindings/python/notmuch/database.py index 841e808e..a615944b 100644 --- a/bindings/python/notmuch/database.py +++ b/bindings/python/notmuch/database.py @@ -422,8 +422,7 @@ class Database(object): notmuch database has been modified by another program in the meantime. In this case, you should close and reopen the database and retry. - - :exc:`NotInitializedError` if + :exc:`NotInitializedError` if the database was not intitialized. """ self._assert_db_is_initialized() @@ -455,8 +454,7 @@ class Database(object): notmuch database has been modified by another program in the meantime. In this case, you should close and reopen the database and retry. - - :exc:`NotInitializedError` if + :exc:`NotInitializedError` if the database was not intitialized. *Added in notmuch 0.9*"""