diff options
author | Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> | 2022-09-28 17:34:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-28 17:34:49 (GMT) |
commit | 9a404b173e57ce171a867cfc3776cdf88d6c553f (patch) | |
tree | 7ab4a8ac262d793adb544f0914ddffc730101e7e /Doc/library/asyncio-policy.rst | |
parent | 0c1d7a06ed1a1802dbe8823d12b29c9500df0fcb (diff) | |
download | cpython-9a404b173e57ce171a867cfc3776cdf88d6c553f.zip cpython-9a404b173e57ce171a867cfc3776cdf88d6c553f.tar.gz cpython-9a404b173e57ce171a867cfc3776cdf88d6c553f.tar.bz2 |
fixup policy docs (#97618)
Diffstat (limited to 'Doc/library/asyncio-policy.rst')
-rw-r--r-- | Doc/library/asyncio-policy.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-policy.rst b/Doc/library/asyncio-policy.rst index a73e995..bfc3e30 100644 --- a/Doc/library/asyncio-policy.rst +++ b/Doc/library/asyncio-policy.rst @@ -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 |