gh-96039: Corrected wording error in itertools doc (GH-96105)

This commit is contained in:
MrSuspicious 2022-08-19 07:20:45 +01:00 committed by GitHub
parent d9c1b746b5
commit 757c383d24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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