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
390
390
Return the transport for the communication pipe corresponding to the
391
391
integer file descriptor *fd *:
392
392
393
- * ``0 ``: readable streaming transport of the standard input (*stdin *),
393
+ * ``0 ``: writable streaming transport of the standard input (*stdin *),
394
394
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 *),
396
396
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 *),
398
398
or :const: `None ` if the subprocess was not created with ``stderr=PIPE ``
399
399
* other *fd *: :const: `None `
400
400
You can’t perform that action at this time.
0 commit comments