projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ead8b7a
)
SF patch #1056231: typo in comment (unicodeobject.h)
author
Raymond Hettinger
<python@rcn.com>
Sun, 31 Oct 2004 05:46:59 +0000
(
05:46
+0000)
committer
Raymond Hettinger
<python@rcn.com>
Sun, 31 Oct 2004 05:46:59 +0000
(
05:46
+0000)
Include/unicodeobject.h
patch
|
blob
|
history
diff --git
a/Include/unicodeobject.h
b/Include/unicodeobject.h
index 0ded1c76993cabaff93c622da530761ca02f2980..0a82caf0cd11a9aea78166ea66583e6f3370503b 100644
(file)
--- 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-
w
ctype-functions. This reduces the
interpreter's code size. */
#if defined(HAVE_USABLE_WCHAR_T) && defined(WANT_WCTYPE_FUNCTIONS)