Fix a small typo in the comment of unicode_default_encoding[].
authorAlexandre Vassalotti <alexandre@peadrop.com>
Tue, 16 Oct 2007 00:26:33 +0000 (00:26 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Tue, 16 Oct 2007 00:26:33 +0000 (00:26 +0000)
Objects/unicodeobject.c

index 98723dba81606b037d1b589eea7066b28f8ea3e7..b2c24d79896441153630dbbfd9d70652b6aeae3f 100644 (file)
@@ -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";