]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixes duplicated word (#102623)
authorGuido van Rossum <guido@python.org>
Sun, 12 Mar 2023 16:58:02 +0000 (09:58 -0700)
committerGitHub <noreply@github.com>
Sun, 12 Mar 2023 16:58:02 +0000 (09:58 -0700)
In line 1627, the end of the sentence reads "only that that it may be." but it should read "only that it may be" (or alternatively "only that that may be").

Co-authored-by: Hugo Gabriel Eyherabide <hugogabriel.eyherabide@gmail.com>
Doc/library/subprocess.rst

index ccc431b2d92e072afc4d9f39f3e8f3a9960ebf63..2b5a82e0107fb6a084a6984b0a8455ed1e45d5d2 100644 (file)
@@ -1622,7 +1622,7 @@ that.
 It is safe to set these to false on any Python version. They will have no
 effect on older versions when unsupported. Do not assume the attributes are
 available to read. Despite their names, a true value does not indicate that the
-corresponding function will be used, only that that it may be.
+corresponding function will be used, only that it may be.
 
 Please file issues any time you have to use these private knobs with a way to
 reproduce the issue you were seeing. Link to that issue from a comment in your