From: Yury Selivanov Date: Thu, 20 Sep 2018 05:17:09 +0000 (-0400) Subject: bpo-34746: Fix stop -> close (GH-9437) X-Git-Tag: v3.8.0a1~931 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ffef50f1f5907e5f0f175b12088d3e509011f126;p=thirdparty%2FPython%2Fcpython.git bpo-34746: Fix stop -> close (GH-9437) --- 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()`