[Python-checkins] cpython (3.2): #14481: fix formatting of example in subprocess docs.
r.david.murray
python-checkins at python.org
Tue Apr 3 14:47:33 CEST 2012
http://hg.python.org/cpython/rev/e5f5652bfe91
changeset: 76094:e5f5652bfe91
branch: 3.2
parent: 76084:43606a4085b0
user: R David Murray <rdmurray at bitdance.com>
date: Tue Apr 03 08:46:48 2012 -0400
summary:
#14481: fix formatting of example in subprocess docs.
files:
Doc/library/subprocess.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst
--- a/Doc/library/subprocess.rst
+++ b/Doc/library/subprocess.rst
@@ -735,7 +735,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
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list