]> granicus.if.org Git - python/commitdiff
One more attempt to fix the grammar.
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 3 Jun 2004 04:03:30 +0000 (04:03 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 3 Jun 2004 04:03:30 +0000 (04:03 +0000)
Misc/NEWS

index 7ada32a822f2ae37d1e9acfbc4ee99a9589c34da..86c85864dc1f5a2096febf4ee3835f35a41647ae 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 now; iswide() and width(). They
-  manipulate east asian width information from Unicode TR11.
+- Unicode objects received two new methods now; iswide() and width(). They
+  query east asian width information according to Unicode TR11.
 
 - Improved the tuple hashing algorithm to give fewer collisions in
   common cases.  Fixes bug  #942952.