https://github.com/python/cpython/commit/6666b38c28856e0fa5dbf14e33cf2eb2c06410a1
commit: 6666b38c28856e0fa5dbf14e33cf2eb2c06410a1
branch: main
author: Stefano Rivera <[email protected]>
committer: hugovk <[email protected]>
date: 2025-02-14T16:27:17Z
summary:

Correct typo in GH-129623 (#130079)

Co-authored-by: Hugo van Kemenade <[email protected]>

files:
M Misc/python.man

diff --git a/Misc/python.man b/Misc/python.man
index 970612ae4e52a1..eb2d0e222dea55 100644
--- a/Misc/python.man
+++ b/Misc/python.man
@@ -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.

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to