summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-10-31 05:46:59 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-10-31 05:46:59 (GMT)
commit57341c37c910ea0fc31f0576be74e9ad4c49a4cf (patch)
treee9799b9777c4799a80a00f670300202035353b74 /Include
parentead8b7ab3008bda9b6a50d6d9d02ed68dab3b0fd (diff)
downloadcpython-57341c37c910ea0fc31f0576be74e9ad4c49a4cf.zip
cpython-57341c37c910ea0fc31f0576be74e9ad4c49a4cf.tar.gz
cpython-57341c37c910ea0fc31f0576be74e9ad4c49a4cf.tar.bz2
SF patch #1056231: typo in comment (unicodeobject.h)
Diffstat (limited to 'Include')
-rw-r--r--Include/unicodeobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h
index 0ded1c7..0a82caf 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)