]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-96039: Corrected wording error in itertools doc (GH-96105)
authorMrSuspicious <40614250+MrSuspicious0@users.noreply.github.com>
Fri, 19 Aug 2022 06:20:45 +0000 (07:20 +0100)
committerGitHub <noreply@github.com>
Fri, 19 Aug 2022 06:20:45 +0000 (01:20 -0500)
Doc/library/itertools.rst

index 416c4eca5eb48a9657c8f4619b31d964ddd57c7a..55a4c90137f677c637b24f0b2f715e728f540ca5 100644 (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