Skip to content

Commit 182e1d1

Browse files
xmatthiasgpshead
authored andcommitted
Fix subprocess docstring typo (pythonGH-15812)
1 parent c2f056b commit 182e1d1

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)