]> git.cworth.org Git - notmuch-wiki/blobdiff - news/release-0.6.mdwn
Hoo! shifting worked -- but forgot to shift one.
[notmuch-wiki] / news / release-0.6.mdwn
index 2603a79a4ac9c4db0131d8c9e90a94c1b0378d0b..a7dc80c8435406ddb02d3b585f2c0d0b8633d580 100644 (file)
@@ -260,8 +260,8 @@ Removed:
 
   - `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