]> granicus.if.org Git - python/commitdiff
bpo-34746: Fix stop -> close (GH-9437)
authorYury Selivanov <yury@magic.io>
Thu, 20 Sep 2018 05:17:09 +0000 (01:17 -0400)
committerGitHub <noreply@github.com>
Thu, 20 Sep 2018 05:17:09 +0000 (01:17 -0400)
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()`