Kaydet (Commit) 57341c37 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

SF patch #1056231: typo in comment (unicodeobject.h)

üst ead8b7ab
...@@ -293,7 +293,7 @@ typedef PY_UNICODE_TYPE Py_UNICODE; ...@@ -293,7 +293,7 @@ typedef PY_UNICODE_TYPE Py_UNICODE;
/* If you want Python to use the compiler's wctype.h functions instead /* If you want Python to use the compiler's wctype.h functions instead
of the ones supplied with Python, define WANT_WCTYPE_FUNCTIONS or 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. */ interpreter's code size. */
#if defined(HAVE_USABLE_WCHAR_T) && defined(WANT_WCTYPE_FUNCTIONS) #if defined(HAVE_USABLE_WCHAR_T) && defined(WANT_WCTYPE_FUNCTIONS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment