]> git.cworth.org Git - notmuch-wiki/commitdiff
ditto
authorTomi Ollila <too@iki.fi>
Sun, 12 Feb 2012 18:38:31 +0000 (20:38 +0200)
committerTomi Ollila <too@iki.fi>
Sun, 12 Feb 2012 18:38:31 +0000 (20:38 +0200)
news/release-0.6.mdwn

index d14bdebda0eb4d8afcdd8a85e12ee7ecf89d6f21..b15d1c29b382e5da93b6aa365e990e5fddd91805 100644 (file)
@@ -259,10 +259,10 @@ Bindings improvements
 
 * Removed:
 
-  - len(Messages()) as it exhausted the iterator.
-    Use len(list(Messages())) or
-    `Query.count_messages()` to get the length.
+  - `len(Messages())` as it exhausted the iterator
 
+    Use `len(list(Messages()))` or `Query.count_messages()` 
+    to get the length.
 
 ### Added initial Go bindings in bindings/go