commit | ffef50f1f5907e5f0f175b12088d3e509011f126 | [log] [tgz] |
---|---|---|
author | Yury Selivanov <yury@magic.io> | Thu Sep 20 01:17:09 2018 -0400 |
committer | GitHub <noreply@github.com> | Thu Sep 20 01:17:09 2018 -0400 |
tree | 43c2024aa70b476592119c882abd7902ac91fce2 | |
parent | fd54a45f7987d5b3343c74cb49a12bd39bdad5bc [diff] [blame] |
bpo-34746: Fix stop -> close (GH-9437)
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()`