summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMrSuspicious <40614250+MrSuspicious0@users.noreply.github.com>2022-08-19 06:20:45 (GMT)
committerGitHub <noreply@github.com>2022-08-19 06:20:45 (GMT)
commit757c383d2465ce87f546f01568ec911bd226a084 (patch)
treeba5a527991deb18be102c3dba0b3f238fc21f001 /Doc
parentd9c1b746b5013f81d1724757bb3c6a1c87c4a8dc (diff)
downloadcpython-757c383d2465ce87f546f01568ec911bd226a084.zip
cpython-757c383d2465ce87f546f01568ec911bd226a084.tar.gz
cpython-757c383d2465ce87f546f01568ec911bd226a084.tar.bz2
gh-96039: Corrected wording error in itertools doc (GH-96105)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/itertools.rst2
1 files changed, 1 insertions, 1 deletions
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