]> git.cworth.org Git - obsolete/notmuch-wiki/blobdiff - news/release-0.6.mdwn
Yet one more indeting change. It may be that this construct:
[obsolete/notmuch-wiki] / news / release-0.6.mdwn
index d14bdebda0eb4d8afcdd8a85e12ee7ecf89d6f21..b16b8aaa19676410e58261284d1d18a71dee8349 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