Skip to content

Commit 6829b12

Browse files
miss-islingtongvanrossumeyherabh
authored
[3.11] Fixes duplicated word (GH-102623) (#102624)
Fixes duplicated word (GH-102623) 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"). (cherry picked from commit e621062) Co-authored-by: Guido van Rossum <[email protected]> Co-authored-by: Hugo Gabriel Eyherabide <[email protected]>
1 parent fcafc37 commit 6829b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/subprocess.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ that.
16241624
It is safe to set these to false on any Python version. They will have no
16251625
effect on older versions when unsupported. Do not assume the attributes are
16261626
available to read. Despite their names, a true value does not indicate that the
1627-
corresponding function will be used, only that that it may be.
1627+
corresponding function will be used, only that it may be.
16281628

16291629
Please file issues any time you have to use these private knobs with a way to
16301630
reproduce the issue you were seeing. Link to that issue from a comment in your

0 commit comments

Comments
 (0)