]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo repair.
authorTim Peters <tim.peters@gmail.com>
Tue, 17 Jul 2001 18:48:00 +0000 (18:48 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 17 Jul 2001 18:48:00 +0000 (18:48 +0000)
Misc/NEWS

index feb6f87c3bd82ca1de0639933124a1f215b331aa..88722bef7d58bd34a48f2c8df17c5e5e05541ae6 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,7 +4,7 @@ What's New in Python 2.2a1?
 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).