bpo-34746: Fix stop -> close (GH-9437)
(cherry picked from commit ffef50f1f5907e5f0f175b12088d3e509011f126)
Co-authored-by: Yury Selivanov <yury@magic.io>
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 @@
* - :meth:`loop.stop`
- Stop the event loop.
- * - :meth:`loop.stop`
+ * - :meth:`loop.close`
- Close the event loop.
* - :meth:`loop.is_running()`