From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 20 Sep 2018 05:21:08 +0000 (-0700) Subject: bpo-34746: Fix stop -> close (GH-9437) X-Git-Tag: v3.7.1rc1~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4fe8dc68577f9e22aaf24db08fb6647277c42d4c;p=thirdparty%2FPython%2Fcpython.git bpo-34746: Fix stop -> close (GH-9437) (cherry picked from commit ffef50f1f5907e5f0f175b12088d3e509011f126) Co-authored-by: Yury Selivanov --- 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()`