From 6666b38c28856e0fa5dbf14e33cf2eb2c06410a1 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Fri, 14 Feb 2025 08:27:17 -0800 Subject: [PATCH] Correct typo in GH-129623 (#130079) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- Misc/python.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/python.man b/Misc/python.man index 970612ae4e52..eb2d0e222dea 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. -- 2.47.3