8000 bpo-42670: Fix a missing word in the itertools.product() docs (GH-23823) · python/cpython@074ad51 · GitHub
[go: up one dir, main page]

Skip to content

Commit 074ad51

Browse files
authored
bpo-42670: Fix a missing word in the itertools.product() docs (GH-23823)
1 parent 75dabfe commit 074ad51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/itertools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ loops that truncate the stream.
582582

583583
Before :func:`product` runs, it completely consumes the input iterables,
584584
keeping pools of values in memory to generate the products. Accordingly,
585-
it only useful with finite inputs.
585+
it is only useful with finite inputs.
586586

587587
.. function:: repeat(object[, times])
588588

0 commit comments

Comments
 (0)
0