]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-34746: Fix stop -> close (GH-9437)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 20 Sep 2018 05:21:08 +0000 (22:21 -0700)
committerGitHub <noreply@github.com>
Thu, 20 Sep 2018 05:21:08 +0000 (22:21 -0700)
(cherry picked from commit ffef50f1f5907e5f0f175b12088d3e509011f126)

Co-authored-by: Yury Selivanov <yury@magic.io>
Doc/library/asyncio-llapi-index.rst

index 7fb1e60f50def637dbcdde93c43251913f8f41f6..0ab322af6dc72da6ccf63da0c10927821029a823 100644 (file)
@@ -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()`