We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f5e20d + a7754c3 commit e19e10cCopy full SHA for e19e10c
stdlib/3/subprocess.pyi
@@ -58,7 +58,7 @@ def check_output(args: Union[str, Sequence[str]],
58
creationflags: int = ...,
59
restore_signals: bool = ...,
60
start_new_session: bool = ...,
61
- pass_fds: Any = ...) -> bytes: ...
+ pass_fds: Any = ...) -> Any: ...
62
63
# TODO types
64
PIPE = ... # type: Any
0 commit comments