aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings/python/notmuch/message.py
diff options
context:
space:
mode:
authorGravatar Justus Winter <4winter@informatik.uni-hamburg.de>2012-02-21 00:15:59 +0100
committerGravatar Justus Winter <4winter@informatik.uni-hamburg.de>2012-02-21 00:15:59 +0100
commit786f9882e8b408e6ad4c6b7abfef1ac54144be15 (patch)
treec2c82df1bfdd513614204059f6ec964b108ca54e /bindings/python/notmuch/message.py
parent1737ff5290a8ce1f66b4a7aeb6a16146dbc3517c (diff)
python: remove :returns: keywords from functions returning nothing
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
Diffstat (limited to 'bindings/python/notmuch/message.py')
-rw-r--r--bindings/python/notmuch/message.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bindings/python/notmuch/message.py b/bindings/python/notmuch/message.py
index ce7cb885..9ebb53d5 100644
--- a/bindings/python/notmuch/message.py
+++ b/bindings/python/notmuch/message.py
@@ -513,7 +513,6 @@ class Message(Python3StringMixIn):
*Message.FLAG.MATCH*
:param value: A bool indicating whether to set or unset the flag.
- :returns: Nothing
:raises: :exc:`NotInitializedError` if the message
is not initialized.
"""