Skip to content

Commit eef33e6

Browse files
bpo-42670: Fix a missing word in the itertools.product() docs (GH-23823) (GH-23824)
1 parent 4b412e8 commit eef33e6

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
@@ -565,7 +565,7 @@ loops that truncate the stream.
565565

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

570570
.. function:: repeat(object[, times])
571571

0 commit comments

Comments
 (0)