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`
|
* - :meth:`loop.stop`
|
||||||
- Stop the event loop.
|
- Stop the event loop.
|
||||||
|
|
||||||
* - :meth:`loop.stop`
|
* - :meth:`loop.close`
|
||||||
- Close the event loop.
|
- Close the event loop.
|
||||||
|
|
||||||
* - :meth:`loop.is_running()`
|
* - :meth:`loop.is_running()`
|
||||||
|
|
Loading…
Reference in New Issue