]> git.cworth.org Git - notmuch/commitdiff
python: whitespace fixed in docstrings
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Wed, 5 Oct 2011 15:05:37 +0000 (17:05 +0200)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Wed, 5 Oct 2011 15:05:37 +0000 (17:05 +0200)
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
bindings/python/notmuch/database.py

index 841e808e33c6f22f4211be0f9cfa3b5a80e043c9..a615944bc89d7de9c6c93c603a1bb0653d8e7e59 100644 (file)
@@ -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.
                   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()
                     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.
                   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*"""
                     the database was not intitialized.
 
         *Added in notmuch 0.9*"""