]> granicus.if.org Git - python/commitdiff
thinko
authorPhilip Jenvey <pjenvey@underboss.org>
Tue, 15 Jan 2013 21:24:12 +0000 (13:24 -0800)
committerPhilip Jenvey <pjenvey@underboss.org>
Tue, 15 Jan 2013 21:24:12 +0000 (13:24 -0800)
Python/fileutils.c

index 9c0833e003ee8e4f11c6b44c9ab3d5acdcf6390c..3c04e4969e240b37cff9fd4d4a725b94365b8a9e 100644 (file)
@@ -60,7 +60,7 @@ extern int _Py_normalize_encoding(const char *, char *, size_t);
    workaround is also enabled on error, for example if getting the locale
    failed.
 
-   Values of locale_is_ascii:
+   Values of force_ascii:
 
        1: the workaround is used: _Py_wchar2char() uses
           encode_ascii_surrogateescape() and _Py_char2wchar() uses