X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Fquery.py;h=15ed153e94e49cc4c8fa6d9f7d8ead0dc5052a72;hb=786f9882e8b408e6ad4c6b7abfef1ac54144be15;hp=25b9e78045528464bd135f32f524f78a4c64a04b;hpb=798b74e859734d12c953390bca0753f8e5e1d67c;p=notmuch diff --git a/bindings/python/notmuch/query.py b/bindings/python/notmuch/query.py index 25b9e780..15ed153e 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).