bpo-34746: Fix stop -> close (GH-9437) · python/cpython@4fe8dc6 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 4fe8dc6
and
authored
(cherry picked from commit ffef50f) Co-authored-by: Yury Selivanov yury@magic.io
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -53,7 +53,7 @@ See also the main documentation section about the | ||
53 | 53 | * - :meth:`loop.stop` |
54 | 54 | - Stop the event loop. |
55 | 55 | |
56 | - * - :meth:`loop.stop` | |
56 | + * - :meth:`loop.close` | |
57 | 57 | - Close the event loop. |
58 | 58 | |
59 | 59 | * - :meth:`loop.is_running()` |