Commit 9ffca670 authored by Ben Darnell's avatar Ben Darnell Committed by Yury Selivanov

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.
parent c8a35417
......@@ -1454,7 +1454,7 @@ asyncio ships with two different event loop implementations:
:class:`SelectorEventLoop` and :class:`ProactorEventLoop`.
By default asyncio is configured to use :class:`SelectorEventLoop`
on all platforms.
on Unix and :class:`ProactorEventLoop` on Windows.
.. class:: SelectorEventLoop
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment