Index: dist/src/Include/unicodeobject.h =================================================================== RCS file: /cvsroot/python/python/dist/src/Include/unicodeobject.h,v retrieving revision 2.46 diff -u -r2.46 unicodeobject.h --- dist/src/Include/unicodeobject.h 7 Sep 2004 20:24:04 -0000 2.46 +++ dist/src/Include/unicodeobject.h 28 Oct 2004 16:20:47 -0000 @@ -293,7 +293,7 @@ /* 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)