One more attempt to fix the grammar.
diff --git a/Misc/NEWS b/Misc/NEWS
index 7ada32a..86c8586 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,8 +12,8 @@
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.