Skip to content

Commit eecded1

Browse files
committed
Fix a small typo in the comment of unicode_default_encoding[].
1 parent 706166b commit eecded1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/unicodeobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ static PyUnicodeObject *unicode_latin1[256];
119119
parameter; it is fixed to "utf-8". Always use the
120120
PyUnicode_GetDefaultEncoding() API to access this global.
121121
122-
Don't forget to alter Py_FileSystemDefaultEncoding() if you change the
122+
Don't forget to alter Py_FileSystemDefaultEncoding if you change the
123123
hard coded default!
124124
*/
125125
static const char unicode_default_encoding[] = "utf-8";

0 commit comments

Comments
 (0)