From f2f7d37385474937f41bdd420a6bb8e50ca366f3 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 14 Dec 2013 20:57:01 +0100 Subject: [PATCH] fix typo --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index e8a693b..5da5a36 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,7 +9,7 @@ Features added -------------- * The C code generated for finally blocks is duplicated for each exit - case in allow for better optimisations by the C compiler. + case to allow for better optimisations by the C compiler. * Cython tries to undo the Python optimisationism of assigning a bound method to a local variable when it can generate better code for the -- 2.7.4