diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2011-10-05 17:05:37 +0200 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2011-10-05 17:05:37 +0200 |
commit | a8db280f586963c82499d7a797fb15d2f766976f (patch) | |
tree | 74d13e780be8c24f98df9aa6237a2c2742d2bcde | |
parent | 2b43a65c1c2049f94a6787925addd5b6e4040453 (diff) |
python: whitespace fixed in docstrings
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
-rw-r--r-- | bindings/python/notmuch/database.py | 6 |
1 files 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*""" |