From: Raymond Hettinger Date: Sun, 31 Oct 2004 05:46:59 +0000 (+0000) Subject: SF patch #1056231: typo in comment (unicodeobject.h) X-Git-Tag: v2.4b2~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=57341c37c910ea0fc31f0576be74e9ad4c49a4cf;p=thirdparty%2FPython%2Fcpython.git SF patch #1056231: typo in comment (unicodeobject.h) --- diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h index 0ded1c76993c..0a82caf0cd11 100644 --- a/Include/unicodeobject.h +++ b/Include/unicodeobject.h @@ -293,7 +293,7 @@ typedef PY_UNICODE_TYPE Py_UNICODE; /* If you want Python to use the compiler's wctype.h functions instead of the ones supplied with Python, define WANT_WCTYPE_FUNCTIONS or - configure Python using --with-ctype-functions. This reduces the + configure Python using --with-wctype-functions. This reduces the interpreter's code size. */ #if defined(HAVE_USABLE_WCHAR_T) && defined(WANT_WCTYPE_FUNCTIONS)