aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/notmuch/database.py
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2011-10-05 17:05:37 +0200
committerSebastian Spaeth <Sebastian@SSpaeth.de>2011-10-05 17:05:37 +0200
commita8db280f586963c82499d7a797fb15d2f766976f (patch)
tree74d13e780be8c24f98df9aa6237a2c2742d2bcde /bindings/python/notmuch/database.py
parent2b43a65c1c2049f94a6787925addd5b6e4040453 (diff)
python: whitespace fixed in docstrings
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'bindings/python/notmuch/database.py')
-rw-r--r--bindings/python/notmuch/database.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/bindings/python/notmuch/database.py b/bindings/python/notmuch/database.py
index 841e808..a615944 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*"""