From: Tim Peters Date: Tue, 17 Jul 2001 18:48:00 +0000 (+0000) Subject: Typo repair. X-Git-Tag: v2.2a3~1100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11a0d108459d36340afbae226ea77d88e688efa3;p=thirdparty%2FPython%2Fcpython.git Typo repair. --- diff --git a/Misc/NEWS b/Misc/NEWS index feb6f87c3bd8..88722bef7d58 100644 --- 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).