From: Sebastian Spaeth Date: Wed, 5 Oct 2011 15:05:37 +0000 (+0200) Subject: python: whitespace fixed in docstrings X-Git-Tag: 0.9~17 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=a8db280f586963c82499d7a797fb15d2f766976f;p=notmuch python: whitespace fixed in docstrings Signed-off-by: Sebastian Spaeth --- 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*"""