[Python-checkins] peps: Fix markup.

berker.peksag python-checkins at python.org
Sat Apr 18 02:09:21 CEST 2015


https://hg.python.org/peps/rev/22f696a84d15
changeset:   5768:22f696a84d15
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sat Apr 18 03:09:31 2015 +0300
summary:
  Fix markup.

files:
  pep-0492.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0492.txt b/pep-0492.txt
--- a/pep-0492.txt
+++ b/pep-0492.txt
@@ -246,7 +246,7 @@
 2. An *asynchronous iterator object* must implement an ``__anext__`` method
    returning an *awaitable*.
 
-3. To stop iteration```__anext__`` must raise a ``StopAsyncIteration``
+3. To stop iteration ``__anext__`` must raise a ``StopAsyncIteration``
    exception.
 
 An example of asynchronous iterable::

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list