Skip to content

Commit 74df6b9

Browse files
committed
0 -> zero
1 parent 81e86b3 commit 74df6b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/reference/expressions.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,8 @@ clauses. In this case, the elements of the new container are those that would
277277
be produced by considering each of the :keyword:`!for` or :keyword:`!if`
278278
clauses a block, nesting from left to right, and evaluating the expression to
279279
produce an element each time the innermost block is reached. If the expression
280-
is starred, the result will instead be unpacked to produce 0 or more elements.
280+
is starred, the result will instead be unpacked to produce zero or more
281+
elements.
281282

282283
However, aside from the iterable expression in the leftmost :keyword:`!for` clause,
283284
the comprehension is executed in a separate implicitly nested scope. This ensures

0 commit comments

Comments
 (0)