diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-07-17 18:48:00 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-07-17 18:48:00 (GMT) |
commit | 11a0d108459d36340afbae226ea77d88e688efa3 (patch) | |
tree | 0b9ab36484cc5b786238b4970fbe31980650b961 /Misc | |
parent | 2c7a6851edb9f56cbfc6e92259ff34f73e811601 (diff) | |
download | cpython-11a0d108459d36340afbae226ea77d88e688efa3.zip cpython-11a0d108459d36340afbae226ea77d88e688efa3.tar.gz cpython-11a0d108459d36340afbae226ea77d88e688efa3.tar.bz2 |
Typo repair.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |