]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
docs: Fix typo in context_aware_warnings flag (#132340)
authorJo <10510431+j178@users.noreply.github.com>
Thu, 10 Apr 2025 04:19:01 +0000 (12:19 +0800)
committerGitHub <noreply@github.com>
Thu, 10 Apr 2025 04:19:01 +0000 (05:19 +0100)
Doc/library/sys.rst

index 5697dac090de9b4d82f5e24499d0dac37864f865..dbb5817d34038a2481f712f8444e3875fee15a06 100644 (file)
@@ -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`