From 757c383d2465ce87f546f01568ec911bd226a084 Mon Sep 17 00:00:00 2001 From: MrSuspicious <40614250+MrSuspicious0@users.noreply.github.com> Date: Fri, 19 Aug 2022 07:20:45 +0100 Subject: gh-96039: Corrected wording error in itertools doc (GH-96105) --- Doc/library/itertools.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/itertools.rst b/Doc/library/itertools.rst index 416c4ec..55a4c90 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 -- cgit v0.12