Browse Source

Merge #14481: fix formatting of example in subprocess docs.

pull/2332/head
R David Murray 14 years ago
parent
commit
395c879da7
  1. 2
      Doc/library/subprocess.rst

2
Doc/library/subprocess.rst

@ -804,7 +804,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.
Alternatively, for trusted input, the shell's own pipeline support may still
be used directly:
be used directly::
output=`dmesg | grep hda`
# becomes

Loading…
Cancel
Save