Typo repair.
diff --git a/Misc/NEWS b/Misc/NEWS
index feb6f87..88722be 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,7 +4,7 @@
 Core
 
 - Generators were added; this is a new way to create an iterator (see
-  below) using what looks like a simple function containing one of
+  below) using what looks like a simple function containing one or
   more 'yield' statements.  See PEP 255.  Since this adds a new
   keyword to the language, this feature must be enabled by including a
   future statement: "from __future__ import generators" (see PEP 236).