Skip to content

Commit 2030621

Browse files
authored
Update preconfig.c
1 parent 7f94800 commit 2030621

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/preconfig.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ preconfig_init_coerce_c_locale(PyPreConfig *config)
700700

701701
/* Test if coerce_c_locale equals to -1 or equals to 1:
702702
PYTHONCOERCECLOCALE=1 doesn't imply that the C locale is always coerced.
703-
It is only coerced if if the LC_CTYPE locale is "C". */
703+
It is only coerced if the LC_CTYPE locale is "C". */
704704
if (config->coerce_c_locale < 0 || config->coerce_c_locale == 1) {
705705
/* The C locale enables the C locale coercion (PEP 538) */
706706
if (_Py_LegacyLocaleDetected(0)) {

0 commit comments

Comments
 (0)