From ffef50f1f5907e5f0f175b12088d3e509011f126 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Thu, 20 Sep 2018 01:17:09 -0400 Subject: bpo-34746: Fix stop -> close (GH-9437) --- Doc/library/asyncio-llapi-index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/asyncio-llapi-index.rst b/Doc/library/asyncio-llapi-index.rst index 7fb1e60..0ab322a 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()` -- cgit v0.12