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