# HG changeset patch
# User Stefan Behnel <stefan_ml@behnel.de>
# Date 1468612951 -7200
#      Fri Jul 15 22:02:31 2016 +0200
# Node ID 17458cd91014c02ccf33e1e13f41f2469b43c174
# Parent  c8ffc93203bb24303fd1c40dd86cd3891e88e11a
changelog

diff --git a/CHANGES.rst b/CHANGES.rst
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -12,7 +12,7 @@
   It can now be used as "%%cython -3".
 
 * Follow a recent change in `PEP 492 <https://www.python.org/dev/peps/pep-0498/>`_
-  and CPython 3.5.1 that now requires the ``__aiter__()`` method of asynchronous
+  and CPython 3.5.2 that now requires the ``__aiter__()`` method of asynchronous
   iterators to be a simple ``def`` method instead of an ``async def`` method.
 
 * Coroutines and generators were lacking the ``__module__`` special attribute.