File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -390,11 +390,11 @@ Subprocess Transports
390390 Return the transport for the communication pipe corresponding to the
391391 integer file descriptor *fd *:
392392
393- * ``0 ``: readable streaming transport of the standard input (*stdin *),
393+ * ``0 ``: writable streaming transport of the standard input (*stdin *),
394394 or :const: `None ` if the subprocess was not created with ``stdin=PIPE ``
395- * ``1 ``: writable streaming transport of the standard output (*stdout *),
395+ * ``1 ``: readable streaming transport of the standard output (*stdout *),
396396 or :const: `None ` if the subprocess was not created with ``stdout=PIPE ``
397- * ``2 ``: writable streaming transport of the standard error (*stderr *),
397+ * ``2 ``: readable streaming transport of the standard error (*stderr *),
398398 or :const: `None ` if the subprocess was not created with ``stderr=PIPE ``
399399 * other *fd *: :const: `None `
400400
You can’t perform that action at this time.
0 commit comments