Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75dabfe commit 074ad51Copy full SHA for 074ad51
1 file changed
Doc/library/itertools.rst
@@ -582,7 +582,7 @@ loops that truncate the stream.
582
583
Before :func:`product` runs, it completely consumes the input iterables,
584
keeping pools of values in memory to generate the products. Accordingly,
585
- it only useful with finite inputs.
+ it is only useful with finite inputs.
586
587
.. function:: repeat(object[, times])
588
0 commit comments