From 3d2fd7f923c35fe61c0f26f2ae150d73a42859b9 Mon Sep 17 00:00:00 2001 From: Alexandre Vassalotti Date: Tue, 16 Oct 2007 00:26:33 +0000 Subject: Fix a small typo in the comment of unicode_default_encoding[]. --- Objects/unicodeobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ 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"; -- cgit v0.12