Fix a small typo in the comment of unicode_default_encoding[].
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c
index 98723db..b2c24d7 100644
--- a/Objects/unicodeobject.c
+++ b/Objects/unicodeobject.c
@@ -119,7 +119,7 @@
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";