Skip to content

Commit 67fbdf2

Browse files
committed
Doc: Clarify flattening and bugfix for itertools.tee in 3.13
1 parent eec6407 commit 67fbdf2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Doc/library/itertools.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,6 @@ loops that truncate the stream.
730730
produced by the upstream :func:`tee` call. This "flattening step"
731731
allows nested :func:`tee` calls to share the same underlying data
732732
chain and to have a single update step rather than a chain of calls.
733-
734733
.. note::
735734

736735
:func:`tee` automatically "flattens" existing tee objects,

0 commit comments

Comments
 (0)