mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-34746: Fix stop -> close (GH-9437)
This commit is contained in:
parent
fd54a45f79
commit
ffef50f1f5
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ See also the main documentation section about the
|
|||
* - :meth:`loop.stop`
|
||||
- Stop the event loop.
|
||||
|
||||
* - :meth:`loop.stop`
|
||||
* - :meth:`loop.close`
|
||||
- Close the event loop.
|
||||
|
||||
* - :meth:`loop.is_running()`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue