mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Fix a small typo in the comment of unicode_default_encoding[].
This commit is contained in:
parent
7648ba83f2
commit
3d2fd7f923
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ static PyUnicodeObject *unicode_latin1[256];
|
|||
parameter; it is fixed to "utf-8". Always use the
|
||||
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!
|
||||
*/
|
||||
static const char unicode_default_encoding[] = "utf-8";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue