]> granicus.if.org Git - python/commitdiff
Fix grammar hopefully. :)
authorHye-Shik Chang <hyeshik@gmail.com>
Wed, 2 Jun 2004 16:52:49 +0000 (16:52 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Wed, 2 Jun 2004 16:52:49 +0000 (16:52 +0000)
Misc/NEWS

index b5150fcd00eec7a558b01eaaca8a739f20136304..7ada32a822f2ae37d1e9acfbc4ee99a9589c34da 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,8 +12,8 @@ What's New in Python 2.4 alpha 1?
 Core and builtins
 -----------------
 
-- Unicode type got two new methods; iswide() and width(). They
-  manipulate east asian width information as of Unicode TR11.
+- Unicode type got two new methods now; iswide() and width(). They
+  manipulate east asian width information from Unicode TR11.
 
 - Improved the tuple hashing algorithm to give fewer collisions in
   common cases.  Fixes bug  #942952.