]> granicus.if.org Git - python/commitdiff
Fix the grammar a bit more. (Adjusted by Tony Meyer)
authorHye-Shik Chang <hyeshik@gmail.com>
Thu, 3 Jun 2004 11:10:58 +0000 (11:10 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Thu, 3 Jun 2004 11:10:58 +0000 (11:10 +0000)
Misc/NEWS

index b8ebccc349edc9476d3e57c42ad1842090a7ffd7..a4dd8a1670833756efefed7c784c6fe36972df01 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,8 +12,9 @@ What's New in Python 2.4 alpha 1?
 Core and builtins
 -----------------
 
-- Unicode objects received two new methods now; iswide() and width(). They
-  query east asian width information according to Unicode TR11.
+- Unicode objects received two new methods: iswide() and width().
+  These query East Asian width information, as specified in Unicode
+  TR11.
 
 - Improved the tuple hashing algorithm to give fewer collisions in
   common cases.  Fixes bug  #942952.