]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/query.py
python: remove :returns: keywords from functions returning nothing
[notmuch] / bindings / python / notmuch / query.py
index 25b9e78045528464bd135f32f524f78a4c64a04b..15ed153e94e49cc4c8fa6d9f7d8ead0dc5052a72 100644 (file)
@@ -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).