Skip to content

Commit 757c383

Browse files
gh-96039: Corrected wording error in itertools doc (GH-96105)
1 parent d9c1b74 commit 757c383

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
@@ -668,7 +668,7 @@ loops that truncate the stream.
668668
the tee objects being informed.
669669

670670
``tee`` iterators are not threadsafe. A :exc:`RuntimeError` may be
671-
raised when using simultaneously iterators returned by the same :func:`tee`
671+
raised when simultaneously using iterators returned by the same :func:`tee`
672672
call, even if the original *iterable* is threadsafe.
673673

674674
This itertool may require significant auxiliary storage (depending on how

0 commit comments

Comments
 (0)