]> granicus.if.org Git - python/commitdiff
Fix typo
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 15 Dec 2000 01:16:43 +0000 (01:16 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 15 Dec 2000 01:16:43 +0000 (01:16 +0000)
Misc/NEWS

index 4bb2425dfc1f464a00155330a2aff0de91d33dc9..df81a12e011197dce990c782de3cf04235177d8d 100644 (file)
--- 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.