cpython: 2c1ce04ded55 (original) (raw)
Mercurial > cpython
changeset 76093:2c1ce04ded55 2.7
#14481: fix formatting of example in subprocess docs. [#14481]
R David Murray rdmurray@bitdance.com | |
---|---|
date | Tue, 03 Apr 2012 08:46:05 -0400 |
parents | 013766e7a6eb |
children | 9b472b24e5c9 |
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
@@ -685,7 +685,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