From 786f9882e8b408e6ad4c6b7abfef1ac54144be15 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Tue, 21 Feb 2012 00:15:59 +0100 Subject: python: remove :returns: keywords from functions returning nothing Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> --- bindings/python/notmuch/query.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bindings/python/notmuch/query.py') 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). -- cgit v1.2.3