cpython: 9599f091faa6 (original) (raw)
Mercurial > cpython
changeset 76095:9599f091faa6
Merge #14481: fix formatting of example in subprocess docs. [#14481]
R David Murray rdmurray@bitdance.com | |
---|---|
date | Tue, 03 Apr 2012 08:47:14 -0400 |
parents | 51c88d51aa4a(current diff)e5f5652bfe91(diff) |
children | ddc5adcedf29 |
files | Doc/library/subprocess.rst |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Doc/library/subprocess.rst 2 |
line wrap: on
line diff
--- a/Doc/library/subprocess.rst
+++ b/Doc/library/subprocess.rst
@@ -804,7 +804,7 @@ The p1.stdout.close() call after startin
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