mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
asyncio doc: fix definition of stop() method
This commit is contained in:
parent
933a8c82ce
commit
afbf827875
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue