commit | 5fc56eb1ca8ab379e75f512fcc61beabdfb42c51 | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Tue Apr 03 08:46:05 2012 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Tue Apr 03 08:46:05 2012 -0400 |
tree | f744639a470271553802bdbd0ec597273b4a30b4 | |
parent | b9348e76e40f9324330b496824d81941e9ee69d8 [diff] |
#14481: fix formatting of example in subprocess docs.
diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index 2ba960a..5e4bcd9 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst
@@ -685,7 +685,7 @@ 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