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 d9c1b74 commit 757c383Copy full SHA for 757c383
Doc/library/itertools.rst
@@ -668,7 +668,7 @@ loops that truncate the stream.
668
the tee objects being informed.
669
670
``tee`` iterators are not threadsafe. A :exc:`RuntimeError` may be
671
- raised when using simultaneously iterators returned by the same :func:`tee`
+ raised when simultaneously using iterators returned by the same :func:`tee`
672
call, even if the original *iterable* is threadsafe.
673
674
This itertool may require significant auxiliary storage (depending on how
0 commit comments