Skip to content

Commit

Permalink
bpo-34746: Fix stop -> close (pythonGH-9437)
Browse files Browse the repository at this point in the history
  • Loading branch information
1st1 authored Sep 20, 2018
1 parent fd54a45 commit ffef50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/asyncio-llapi-index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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()`
Expand Down

0 comments on commit ffef50f

Please sign in to comment.