From: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> Date: Wed, 28 Sep 2022 17:34:49 +0000 (+0530) Subject: fixup policy docs (#97618) X-Git-Tag: v3.12.0a1~337 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a404b173e57ce171a867cfc3776cdf88d6c553f;p=thirdparty%2FPython%2Fcpython.git fixup policy docs (#97618) --- diff --git a/Doc/library/asyncio-policy.rst b/Doc/library/asyncio-policy.rst index a73e99510f0b..bfc3e3090fdc 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 `, as well as create new event loops. The default policy can be :ref:`replaced ` with