Fix grammar hopefully. :)
diff --git a/Misc/NEWS b/Misc/NEWS
index b5150fc..7ada32a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,8 +12,8 @@
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.