docs: Fix docstrings to proper .rst syntax
Prevents compile errors when creating the user documentation. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
parent
b7a72b742d
commit
925538f02d
@ -114,7 +114,7 @@ class BaseFolder(object):
|
|||||||
concurrent threads.
|
concurrent threads.
|
||||||
|
|
||||||
:returns: Boolean indicating the match. Returns True in case it
|
:returns: Boolean indicating the match. Returns True in case it
|
||||||
implicitely saved the UIDVALIDITY."""
|
implicitely saved the UIDVALIDITY."""
|
||||||
|
|
||||||
if self.get_saveduidvalidity() != None:
|
if self.get_saveduidvalidity() != None:
|
||||||
return self.get_saveduidvalidity() == self.get_uidvalidity()
|
return self.get_saveduidvalidity() == self.get_uidvalidity()
|
||||||
@ -273,6 +273,7 @@ class BaseFolder(object):
|
|||||||
"""Change the message from existing uid to new_uid
|
"""Change the message from existing uid to new_uid
|
||||||
|
|
||||||
If the backend supports it (IMAP does not).
|
If the backend supports it (IMAP does not).
|
||||||
|
|
||||||
:param new_uid: (optional) If given, the old UID will be changed
|
:param new_uid: (optional) If given, the old UID will be changed
|
||||||
to a new UID. This allows backends efficient renaming of
|
to a new UID. This allows backends efficient renaming of
|
||||||
messages if the UID has changed."""
|
messages if the UID has changed."""
|
||||||
|
Loading…
Reference in New Issue
Block a user