Commit ffef50f1 authored by Yury Selivanov's avatar Yury Selivanov Committed by GitHub

bpo-34746: Fix stop -> close (GH-9437)

parent fd54a45f
......@@ -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()`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment