summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-policy.rst
diff options
context:
space:
mode:
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>2022-09-28 17:34:49 (GMT)
committerGitHub <noreply@github.com>2022-09-28 17:34:49 (GMT)
commit9a404b173e57ce171a867cfc3776cdf88d6c553f (patch)
tree7ab4a8ac262d793adb544f0914ddffc730101e7e /Doc/library/asyncio-policy.rst
parent0c1d7a06ed1a1802dbe8823d12b29c9500df0fcb (diff)
downloadcpython-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.rst2
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