Skip to content

Commit

Permalink
Fix markup.
Browse files Browse the repository at this point in the history
  • Loading branch information
berkerpeksag committed Apr 18, 2015
1 parent 08aaa86 commit 86fce12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pep-0492.txt
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ implementation, and *asynchronous iterator* can call asynchronous code in its
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::
Expand Down

0 comments on commit 86fce12

Please sign in to comment.