From: Andrew M. Kuchling Date: Fri, 15 Dec 2000 01:16:43 +0000 (+0000) Subject: Fix typo X-Git-Tag: v2.1a1~568 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1099be778ef87726c08ee6381dd561fe79095bb;p=python Fix typo --- diff --git a/Misc/NEWS b/Misc/NEWS index 4bb2425dfc..df81a12e01 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.