summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2000-12-15 01:16:43 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2000-12-15 01:16:43 (GMT)
commita1099be778ef87726c08ee6381dd561fe79095bb (patch)
treee1d713cdfe5dcae3ffbf4dcae1100c0b11403771 /Misc/NEWS
parent4fb588240f300325c7d61d890004130ee268d49a (diff)
downloadcpython-a1099be778ef87726c08ee6381dd561fe79095bb.zip
cpython-a1099be778ef87726c08ee6381dd561fe79095bb.tar.gz
cpython-a1099be778ef87726c08ee6381dd561fe79095bb.tar.bz2
Fix typo
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4bb2425..df81a12 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -474,7 +474,7 @@ Internals
- On Unix, fix code for finding Python installation directory so that
it works when argv[0] is a relative path.
-- Added a true tnicode_internal_encode() function and fixed the
+- Added a true unicode_internal_encode() function and fixed the
unicode_internal_decode function() to support Unicode objects directly
rather than by generating a copy of the object.