Fix the grammar a bit more. (Adjusted by Tony Meyer)
diff --git a/Misc/NEWS b/Misc/NEWS
index b8ebccc..a4dd8a1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,8 +12,9 @@
 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.