Skip to content

Commit e87ce6c

Browse files
authored
Update Include/cpython/initconfig.h
1 parent 6ecea69 commit e87ce6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Include/cpython/initconfig.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ typedef struct PyPreConfig {
105105
If equal to 1, use the UTF-8 encoding and use "surrogateescape" for the
106106
stdin & stdout error handlers.
107107
108-
Enabled by default (equal to 1; PEP 686), or if Py_UTF8Mode=1,
109-
or if "-X utf8=1" or PYTHONUTF8=1.
108+
Enabled by default (equal to 1; PEP 686), or if Py_UTF8Mode=1,
109+
or if "-X utf8=1" or PYTHONUTF8=1.
110110
111111
Set to 0 by "-X utf8=0" or PYTHONUTF8=0.
112112
*/

0 commit comments

Comments
 (0)