Skip to content

Commit f16455a

Browse files
committed
clarifiy the documentation for issue17285. see also commit
ee30400efceb which updated the docstring.
1 parent 91110f5 commit f16455a

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
@@ -118,7 +118,7 @@ use cases, the underlying :class:`Popen` interface can be used directly.
118118

119119
.. function:: check_output(args, *, stdin=None, stderr=None, shell=False, universal_newlines=False, timeout=None)
120120

121-
Run command with arguments and return its output as a byte string.
121+
Run command with arguments and return its output.
122122

123123
If the return code was non-zero it raises a :exc:`CalledProcessError`. The
124124
:exc:`CalledProcessError` object will have the return code in the

0 commit comments

Comments
 (0)