minor changelog fix
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 6 Oct 2013 12:36:57 +0000 (14:36 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 6 Oct 2013 12:36:57 +0000 (14:36 +0200)
CHANGES.rst

index 2c2f2b2..e5a504d 100644 (file)
@@ -28,7 +28,7 @@ Features added
   to the cythonize() compilation function (including distutils build).
 
 * The new extension type decorator ``@cython.no_gc_clear`` prevents
-  the type from being cleared during cyclic garbage collection, thus
+  objects from being cleared during cyclic garbage collection, thus
   making sure that object attributes are kept alive until deallocation.
 
 * During cyclic garbage collection, attributes of extension types that