]> git.cworth.org Git - notmuch/blobdiff - bindings/python/notmuch/database.py
python: whitespace fixed in docstrings
[notmuch] / 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*"""