summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2015-02-07 09:40:09 +0100
committerStefan Behnel <stefan_ml@behnel.de>2015-02-07 09:40:09 +0100
commitb2538cdb16cee517227acb85fbdd26dc22b2555d (patch)
tree95ce7ed1155efd4e4ccd4057dc767a5390ad5452
parentf0dd009a3160edcd4158cbe34b1f3668ff91d058 (diff)
downloadcython-b2538cdb16cee517227acb85fbdd26dc22b2555d.tar.gz
typo
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 366c16ca2..230c77834 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -58,7 +58,7 @@ Other changes
* ``_`` is no longer considered a cacheable builtin as it could interfere with
gettext.
-* Cythonize-computed metadata now cached in the generate C files.
+* Cythonize-computed metadata now cached in the generated C files.
* Several corrections and extensions in numpy, cpython, and libcpp pxd files.