X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Fquery.py;fp=bindings%2Fpython%2Fnotmuch%2Fquery.py;h=15ed153e94e49cc4c8fa6d9f7d8ead0dc5052a72;hp=25b9e78045528464bd135f32f524f78a4c64a04b;hb=786f9882e8b408e6ad4c6b7abfef1ac54144be15;hpb=1737ff5290a8ce1f66b4a7aeb6a16146dbc3517c 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).