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

This commit is contained in:
Alexandre Vassalotti 2007-10-16 00:26:33 +00:00
parent 7648ba83f2
commit 3d2fd7f923
1 changed files with 1 additions and 1 deletions

View File

@ -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";