Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 11a0d10

Browse files
committed
Typo repair.
1 parent 2c7a685 commit 11a0d10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ What's New in Python 2.2a1?
44
Core
55

66
- Generators were added; this is a new way to create an iterator (see
7-
below) using what looks like a simple function containing one of
7+
below) using what looks like a simple function containing one or
88
more 'yield' statements. See PEP 255. Since this adds a new
99
keyword to the language, this feature must be enabled by including a
1010
future statement: "from __future__ import generators" (see PEP 236).

0 commit comments

Comments
 (0)