1 parent 706166b commit eecded1Copy full SHA for eecded1
1 file changed
Objects/unicodeobject.c
@@ -119,7 +119,7 @@ static PyUnicodeObject *unicode_latin1[256];
119
parameter; it is fixed to "utf-8". Always use the
120
PyUnicode_GetDefaultEncoding() API to access this global.
121
122
- Don't forget to alter Py_FileSystemDefaultEncoding() if you change the
+ Don't forget to alter Py_FileSystemDefaultEncoding if you change the
123
hard coded default!
124
*/
125
static const char unicode_default_encoding[] = "utf-8";
0 commit comments