Skip to content

Commit 258f05d

Browse files
hasslerbyasoob
authored andcommitted
Update comprehensions.rst (yasoob#189)
Once generator types were added, the number of types of comprehensions was no longer three
1 parent 89af696 commit 258f05d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

comprehensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Comprehensions
33

44
Comprehensions are a feature of Python which I would really miss if I
55
ever have to leave it. Comprehensions are constructs that allow
6-
sequences to be built from other sequences. Three types of
6+
sequences to be built from other sequences. Several types of
77
comprehensions are supported in both Python 2 and Python 3:
88

99
- list comprehensions

0 commit comments

Comments
 (0)