mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-02-17 23:53:15 +01:00
python: whitespace fixed in docstrings
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
parent
2b43a65c1c
commit
a8db280f58
1 changed files with 2 additions and 4 deletions
|
@ -422,7 +422,6 @@ 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.
|
||||||
"""
|
"""
|
||||||
|
@ -455,7 +454,6 @@ 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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue