From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 28 Sep 2022 17:44:04 +0000 (-0700) Subject: fixup policy docs (GH-97618) X-Git-Tag: v3.10.8~97 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=13f23e013d92ecb25fe1efcf4234fbb666a8bde2;p=thirdparty%2FPython%2Fcpython.git fixup policy docs (GH-97618) (cherry picked from commit 9a404b173e57ce171a867cfc3776cdf88d6c553f) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> --- 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