]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Correct typo in GH-129623 (#130079)
authorStefano Rivera <stefano@rivera.za.net>
Fri, 14 Feb 2025 16:27:17 +0000 (08:27 -0800)
committerGitHub <noreply@github.com>
Fri, 14 Feb 2025 16:27:17 +0000 (16:27 +0000)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Misc/python.man

index 970612ae4e52a1022da2cf4a61b3974a39455f6b..eb2d0e222dea55f06c1566f0602151c5d21ba36e 100644 (file)
@@ -486,7 +486,7 @@ use the traditional parser-based REPL.
 .IP PYTHONBREAKPOINT
 If this environment variable is set to 0, it disables the default debugger. It
 can be set to the callable of your debugger of choice.
-.IP PYTHONCOERCELOCALE
+.IP PYTHONCOERCECLOCALE
 If set to the value 0, causes the main Python command line application to skip
 coercing the legacy ASCII-based C and POSIX locales to a more capable UTF-8
 based alternative.