Skip to content

Commit 41c965f

Browse files
Fix subprocess docstring typo (GH-15812)
(cherry picked from commit 182e1d1) Co-authored-by: Matthias <[email protected]>
1 parent 2ed0ac6 commit 41c965f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/subprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ def check_output(*popenargs, timeout=None, **kwargs):
395395
b'when in the course of barman events\n'
396396
397397
By default, all communication is in bytes, and therefore any "input"
398-
should be bytes, and the return value wil be bytes. If in text mode,
398+
should be bytes, and the return value will be bytes. If in text mode,
399399
any "input" should be a string, and the return value will be a string
400400
decoded according to locale encoding, or by "encoding" if set. Text mode
401401
is triggered by setting any of text, encoding, errors or universal_newlines.

0 commit comments

Comments
 (0)