From: MrSuspicious <40614250+MrSuspicious0@users.noreply.github.com> Date: Fri, 19 Aug 2022 06:20:45 +0000 (+0100) Subject: gh-96039: Corrected wording error in itertools doc (GH-96105) X-Git-Tag: v3.12.0a1~610 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=757c383d2465ce87f546f01568ec911bd226a084;p=thirdparty%2FPython%2Fcpython.git gh-96039: Corrected wording error in itertools doc (GH-96105) --- diff --git a/Doc/library/itertools.rst b/Doc/library/itertools.rst index 416c4eca5eb4..55a4c90137f6 100644 --- a/Doc/library/itertools.rst +++ b/Doc/library/itertools.rst @@ -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