bpo-34746: Fix stop -> close (GH-9437)
This commit is contained in:
parent
fd54a45f79
commit
ffef50f1f5
|
@ -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…
Reference in New Issue