aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/notmuch/query.py
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2012-02-21 00:15:59 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2012-02-21 00:15:59 +0100
commit786f9882e8b408e6ad4c6b7abfef1ac54144be15 (patch)
treec2c82df1bfdd513614204059f6ec964b108ca54e /bindings/python/notmuch/query.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/query.py')
-rw-r--r--bindings/python/notmuch/query.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bindings/python/notmuch/query.py b/bindings/python/notmuch/query.py
index 25b9e78..15ed153 100644
--- a/bindings/python/notmuch/query.py
+++ b/bindings/python/notmuch/query.py
@@ -88,7 +88,6 @@ class Query(object):
:type db: :class:`Database`
:param querystr: The query string
:type querystr: utf-8 encoded str or unicode
- :returns: Nothing
:raises:
:exc:`NullPointerError` if the query creation failed
(e.g. too little memory).