From a8db280f586963c82499d7a797fb15d2f766976f Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Wed, 5 Oct 2011 17:05:37 +0200 Subject: [PATCH] python: whitespace fixed in docstrings Signed-off-by: Sebastian Spaeth --- bindings/python/notmuch/database.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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*""" -- 2.43.0