]> git.cworth.org Git - notmuch-wiki/commitdiff
Yet one more indeting change. It may be that this construct:
authorTomi Ollila <too@iki.fi>
Sun, 12 Feb 2012 18:46:14 +0000 (20:46 +0200)
committerTomi Ollila <too@iki.fi>
Sun, 12 Feb 2012 18:46:14 +0000 (20:46 +0200)
* Removed:

  - `len(Messages())` as it exhausted the iterator

still breaks, though.

news/release-0.6.mdwn

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