]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fixup policy docs (GH-97618)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 28 Sep 2022 17:44:04 +0000 (10:44 -0700)
committerGitHub <noreply@github.com>
Wed, 28 Sep 2022 17:44:04 +0000 (10:44 -0700)
(cherry picked from commit 9a404b173e57ce171a867cfc3776cdf88d6c553f)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Doc/library/asyncio-policy.rst

index a73e99510f0b4eb13b0fedc36fdb9c38491122e6..bfc3e3090fdcdf1acb525f6a40b9986a7aef871e 100644 (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