https://github.com/python/cpython/commit/5f1aed1c7e6e45b6b77608c6ea64484f1e162451
commit: 5f1aed1c7e6e45b6b77608c6ea64484f1e162451
branch: main
author: Jo <10510431+j...@users.noreply.github.com>
committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com>
date: 2025-04-10T05:19:01+01:00
summary:

docs: Fix typo in context_aware_warnings flag (#132340)

files:
M Doc/library/sys.rst

diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index 5697dac090de9b..dbb5817d34038a 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -603,7 +603,7 @@ always available. Unless explicitly noted otherwise, all 
variables are read-only
           :envvar:`PYTHON_THREAD_INHERIT_CONTEXT`
 
       * - .. attribute:: flags.context_aware_warnings
-        - :option:`-X thread_inherit_context <-X>` and
+        - :option:`-X context_aware_warnings <-X>` and
           :envvar:`PYTHON_CONTEXT_AWARE_WARNINGS`
 
 

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to