Skip to content

Commit d6baa89

Browse files
committed
Remove the version reference
1 parent ffbc4bf commit d6baa89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/itertools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ loops that truncate the stream.
197197
for iterable in iterables:
198198
yield from iterable
199199

200-
In Python 3.15 and later, the syntax for :ref:`unpacking in comprehensions
200+
The syntax for :ref:`unpacking in comprehensions
201201
<unpacking-in-comprehensions>` provides similar functionality so that
202202
``list(chain(p, q))`` could be written as ``[*s for s in (p, q)]``.
203203

0 commit comments

Comments
 (0)