Commit 3d2fd7f9 authored by Alexandre Vassalotti's avatar Alexandre Vassalotti

Fix a small typo in the comment of unicode_default_encoding[].

parent 7648ba83
...@@ -119,7 +119,7 @@ static PyUnicodeObject *unicode_latin1[256]; ...@@ -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";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment