Skip to content

Commit 9ffca67

Browse files
bdarnell1st1
authored andcommitted
asyncio: Fix docs for default event loop (#14308)
When the Windows default event loop changed, `asyncio-policy.rst` was updated but `asyncio-eventloop.rst` was missed.
1 parent c8a3541 commit 9ffca67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-eventloop.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1454,7 +1454,7 @@ asyncio ships with two different event loop implementations:
14541454
:class:`SelectorEventLoop` and :class:`ProactorEventLoop`.
14551455

14561456
By default asyncio is configured to use :class:`SelectorEventLoop`
1457-
on all platforms.
1457+
on Unix and :class:`ProactorEventLoop` on Windows.
14581458

14591459

14601460
.. class:: SelectorEventLoop

0 commit comments

Comments
 (0)