asyncio doc: fix definition of stop() method

This commit is contained in:
Victor Stinner 2013-12-03 02:05:42 +01:00
parent 933a8c82ce
commit afbf827875
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ Run an event loop
Returns running status of event loop.
.. method:: stop()
.. method:: BaseEventLoop.stop()
Stop running the event loop.