]> git.cworth.org Git - notmuch-wiki/commitdiff
Hoo! shifting worked -- but forgot to shift one.
authorTomi Ollila <too@iki.fi>
Mon, 13 Feb 2012 20:39:04 +0000 (22:39 +0200)
committerTomi Ollila <too@iki.fi>
Mon, 13 Feb 2012 20:39:04 +0000 (22:39 +0200)
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