[Python-checkins] fixup policy docs (GH-97618)

miss-islington webhook-mailer at python.org
Wed Sep 28 13:42:45 EDT 2022


https://github.com/python/cpython/commit/b8bc11e501f7349b965fe1b5d1f637e5a8e58c6a
commit: b8bc11e501f7349b965fe1b5d1f637e5a8e58c6a
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-09-28T10:42:28-07:00
summary:

fixup policy docs (GH-97618)

(cherry picked from commit 9a404b173e57ce171a867cfc3776cdf88d6c553f)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303 at users.noreply.github.com>

files:
M Doc/library/asyncio-policy.rst

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 <asyncio-event-loop>`,
 as well as create new event loops.
 The default policy can be :ref:`replaced <asyncio-policy-get-set>` with



More information about the Python-checkins mailing list