mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
bpo-42670: Fix a missing word in the itertools.product() docs (GH-23823)
This commit is contained in:
parent
75dabfe7a8
commit
074ad5123f
1 changed files with 1 additions and 1 deletions
|
@ -582,7 +582,7 @@ loops that truncate the stream.
|
||||||
|
|
||||||
Before :func:`product` runs, it completely consumes the input iterables,
|
Before :func:`product` runs, it completely consumes the input iterables,
|
||||||
keeping pools of values in memory to generate the products. Accordingly,
|
keeping pools of values in memory to generate the products. Accordingly,
|
||||||
it only useful with finite inputs.
|
it is only useful with finite inputs.
|
||||||
|
|
||||||
.. function:: repeat(object[, times])
|
.. function:: repeat(object[, times])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue