typo
diff --git a/Misc/NEWS b/Misc/NEWS
index 2ed6501..0bb698b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,7 +12,7 @@
 Core and builtins
 -----------------
 
-- Disallow keyword arguments for type constructors that don't use it
+- Disallow keyword arguments for type constructors that don't use them
   (fixes bug #1119418).
 
 - Forward UnicodeDecodeError into SyntaxError for source encoding errors.