summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHye-Shik Chang <hyeshik@gmail.com>2004-06-02 16:52:49 (GMT)
committerHye-Shik Chang <hyeshik@gmail.com>2004-06-02 16:52:49 (GMT)
commit5629d0e616675b21b8dd92ebc40ab14edeccc014 (patch)
treeb4e2f561979ff4f528bfa7ab21fd242eabc10785 /Misc
parent974ed7cfa50b666c9ab91f7a3f8f26049d387107 (diff)
downloadcpython-5629d0e616675b21b8dd92ebc40ab14edeccc014.zip
cpython-5629d0e616675b21b8dd92ebc40ab14edeccc014.tar.gz
cpython-5629d0e616675b21b8dd92ebc40ab14edeccc014.tar.bz2
Fix grammar hopefully. :)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b5150fc..7ada32a 100644
--- 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.