[Python-checkins] bpo-34746: Fix stop -> close (GH-9437)

Miss Islington (bot) webhook-mailer at python.org
Thu Sep 20 01:21:11 EDT 2018


https://github.com/python/cpython/commit/4fe8dc68577f9e22aaf24db08fb6647277c42d4c
commit: 4fe8dc68577f9e22aaf24db08fb6647277c42d4c
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-09-19T22:21:08-07:00
summary:

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

(cherry picked from commit ffef50f1f5907e5f0f175b12088d3e509011f126)

Co-authored-by: Yury Selivanov <yury at magic.io>

files:
M Doc/library/asyncio-llapi-index.rst

diff --git a/Doc/library/asyncio-llapi-index.rst b/Doc/library/asyncio-llapi-index.rst
index 7fb1e60f50de..0ab322af6dc7 100644
--- a/Doc/library/asyncio-llapi-index.rst
+++ b/Doc/library/asyncio-llapi-index.rst
@@ -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()`



More information about the Python-checkins mailing list