asyncio doc: fix definition of stop() method
This commit is contained in:
parent
933a8c82ce
commit
afbf827875
|
@ -71,7 +71,7 @@ Run an event loop
|
|||
|
||||
Returns running status of event loop.
|
||||
|
||||
.. method:: stop()
|
||||
.. method:: BaseEventLoop.stop()
|
||||
|
||||
Stop running the event loop.
|
||||
|
||||
|
|
Loading…
Reference in New Issue