Skip to content

Commit 4fe8dc6

Browse files
miss-islington1st1
andauthored
bpo-34746: Fix stop -> close (GH-9437)
(cherry picked from commit ffef50f) Co-authored-by: Yury Selivanov <yury@magic.io>
1 parent 9804af2 commit 4fe8dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-llapi-index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ See also the main documentation section about the
5353
* - :meth:`loop.stop`
5454
- Stop the event loop.
5555

56-
* - :meth:`loop.stop`
56+
* - :meth:`loop.close`
5757
- Close the event loop.
5858

5959
* - :meth:`loop.is_running()`

0 commit comments

Comments
 (0)