]> git.cworth.org Git - notmuch-wiki/commitdiff
Fixup the description of the example python code
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Fri, 10 Feb 2012 21:42:13 +0000 (22:42 +0100)
committerJustus Winter <4winter@informatik.uni-hamburg.de>
Fri, 10 Feb 2012 21:42:13 +0000 (22:42 +0100)
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
howto.mdwn

index 6a7d45a32b6456ec8cb64681c28a9589c5198ae1..76405431282172106b605eb8d8f91a173dab9793 100644 (file)
@@ -37,7 +37,8 @@ various "third party" notmuch utilities.
   The bindings are very simple to use.  As an example, given you have
   the python bindings installed (or simply set your PYTHONPATH
   environment variable to point to the .../bindings/python directory),
-  this script will print the filenames of a matching search:
+  this snippet will produce a list of mails matching the given
+  expression:
 
           >>> import notmuch
           >>> db = notmuch.Database()