Skip to content

Commit 33ce3f0

Browse files
MandarJKulkarnicsabella
authored andcommitted
Fix comments in initconfig.h (GH-13636)
1 parent 9e3c452 commit 33ce3f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Include/cpython/initconfig.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,19 @@ typedef struct {
7171
Set to 0 by PYTHONCOERCECLOCALE=0. Set to 1 by PYTHONCOERCECLOCALE=1.
7272
Set to 2 if the user preferred LC_CTYPE locale is "C".
7373
74-
If it is equal to 1, LC_CTYPE locale is read to decide it it should be
74+
If it is equal to 1, LC_CTYPE locale is read to decide if it should be
7575
coerced or not (ex: PYTHONCOERCECLOCALE=1). Internally, it is set to 2
7676
if the LC_CTYPE locale must be coerced.
7777
78-
Disable by default (set to 0). Set it to -1 to let Python decides if it
78+
Disable by default (set to 0). Set it to -1 to let Python decide if it
7979
should be enabled or not. */
8080
int coerce_c_locale;
8181

8282
/* Emit a warning if the LC_CTYPE locale is coerced?
8383
8484
Set to 1 by PYTHONCOERCECLOCALE=warn.
8585
86-
Disable by default (set to 0). Set it to -1 to let Python decides if it
86+
Disable by default (set to 0). Set it to -1 to let Python decide if it
8787
should be enabled or not. */
8888
int coerce_c_locale_warn;
8989

0 commit comments

Comments
 (0)