mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
#14481: fix formatting of example in subprocess docs.
This commit is contained in:
parent
b9348e76e4
commit
5fc56eb1ca
1 changed files with 1 additions and 1 deletions
|
@ -685,7 +685,7 @@ The p1.stdout.close() call after starting the p2 is important in order for p1
|
||||||
to receive a SIGPIPE if p2 exits before p1.
|
to receive a SIGPIPE if p2 exits before p1.
|
||||||
|
|
||||||
Alternatively, for trusted input, the shell's own pipeline support may still
|
Alternatively, for trusted input, the shell's own pipeline support may still
|
||||||
be used directly:
|
be used directly::
|
||||||
|
|
||||||
output=`dmesg | grep hda`
|
output=`dmesg | grep hda`
|
||||||
# becomes
|
# becomes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue