fixup policy docs (#97618)

This commit is contained in:
Kumar Aditya 2022-09-28 23:04:49 +05:30 committed by GitHub
parent 0c1d7a06ed
commit 9a404b173e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
Policies
========
An event loop policy is a global (per-interpreter) object
An event loop policy is a global object
used to get and set the current :ref:`event loop <asyncio-event-loop>`,
as well as create new event loops.
The default policy can be :ref:`replaced <asyncio-policy-get-set>` with