mirror of https://github.com/python/cpython
Fix a small typo in the comment of unicode_default_encoding[].
This commit is contained in:
parent
7648ba83f2
commit
3d2fd7f923
|
@ -119,7 +119,7 @@ static PyUnicodeObject *unicode_latin1[256];
|
||||||
parameter; it is fixed to "utf-8". Always use the
|
parameter; it is fixed to "utf-8". Always use the
|
||||||
PyUnicode_GetDefaultEncoding() API to access this global.
|
PyUnicode_GetDefaultEncoding() API to access this global.
|
||||||
|
|
||||||
Don't forget to alter Py_FileSystemDefaultEncoding() if you change the
|
Don't forget to alter Py_FileSystemDefaultEncoding if you change the
|
||||||
hard coded default!
|
hard coded default!
|
||||||
*/
|
*/
|
||||||
static const char unicode_default_encoding[] = "utf-8";
|
static const char unicode_default_encoding[] = "utf-8";
|
||||||
|
|
Loading…
Reference in New Issue