File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,19 +71,19 @@ typedef struct {
71
71
Set to 0 by PYTHONCOERCECLOCALE=0. Set to 1 by PYTHONCOERCECLOCALE=1.
72
72
Set to 2 if the user preferred LC_CTYPE locale is "C".
73
73
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
75
75
coerced or not (ex: PYTHONCOERCECLOCALE=1). Internally, it is set to 2
76
76
if the LC_CTYPE locale must be coerced.
77
77
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
79
79
should be enabled or not. */
80
80
int coerce_c_locale ;
81
81
82
82
/* Emit a warning if the LC_CTYPE locale is coerced?
83
83
84
84
Set to 1 by PYTHONCOERCECLOCALE=warn.
85
85
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
87
87
should be enabled or not. */
88
88
int coerce_c_locale_warn ;
89
89
You can’t perform that action at this time.
0 commit comments