mirror of https://github.com/python/cpython
gh-96039: Corrected wording error in itertools doc (GH-96105)
This commit is contained in:
parent
d9c1b746b5
commit
757c383d24
|
@ -668,7 +668,7 @@ loops that truncate the stream.
|
|||
the tee objects being informed.
|
||||
|
||||
``tee`` iterators are not threadsafe. A :exc:`RuntimeError` may be
|
||||
raised when using simultaneously iterators returned by the same :func:`tee`
|
||||
raised when simultaneously using iterators returned by the same :func:`tee`
|
||||
call, even if the original *iterable* is threadsafe.
|
||||
|
||||
This itertool may require significant auxiliary storage (depending on how
|
||||
|
|
Loading…
Reference in New Issue