fix accidental line duplication in changelog
authorStefan Behnel <stefan_ml@behnel.de>
Wed, 21 Nov 2012 05:11:09 +0000 (06:11 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Wed, 21 Nov 2012 05:11:09 +0000 (06:11 +0100)
CHANGES.rst

index 573b1b3..2690793 100644 (file)
@@ -32,8 +32,6 @@ Bugs fixed
 
 * "obj[1,]" passed a single integer into the item getter instead of a tuple.
 
-* "obj[1,]" passed a single integer into the item getter instead of a tuple.
-
 * Cyclic imports at module init time did not work in Py3.
 
 * The names of C++ destructors for template classes were built incorrectly.