python: whitespace fixed in docstrings

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
Sebastian Spaeth 2011-10-05 17:05:37 +02:00
parent 2b43a65c1c
commit a8db280f58

View file

@ -422,8 +422,7 @@ class Database(object):
notmuch database has been modified by another program notmuch database has been modified by another program
in the meantime. In this case, you should close and in the meantime. In this case, you should close and
reopen the database and retry. reopen the database and retry.
:exc:`NotInitializedError` if
:exc:`NotInitializedError` if
the database was not intitialized. the database was not intitialized.
""" """
self._assert_db_is_initialized() self._assert_db_is_initialized()
@ -455,8 +454,7 @@ class Database(object):
notmuch database has been modified by another program notmuch database has been modified by another program
in the meantime. In this case, you should close and in the meantime. In this case, you should close and
reopen the database and retry. reopen the database and retry.
:exc:`NotInitializedError` if
:exc:`NotInitializedError` if
the database was not intitialized. the database was not intitialized.
*Added in notmuch 0.9*""" *Added in notmuch 0.9*"""