From: Jo <10510431+j178@users.noreply.github.com> Date: Thu, 10 Apr 2025 04:19:01 +0000 (+0800) Subject: docs: Fix typo in context_aware_warnings flag (#132340) X-Git-Tag: v3.14.0b1~549 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f1aed1c7e6e45b6b77608c6ea64484f1e162451;p=thirdparty%2FPython%2Fcpython.git docs: Fix typo in context_aware_warnings flag (#132340) --- diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 5697dac090de..dbb5817d3403 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`