[Python-checkins] cpython (merge 3.2 -> default): Merge #14481: fix formatting of example in subprocess docs.

r.david.murray python-checkins at python.org
Tue Apr 3 14:47:40 CEST 2012


http://hg.python.org/cpython/rev/9599f091faa6
changeset:   76095:9599f091faa6
parent:      76092:51c88d51aa4a
parent:      76094:e5f5652bfe91
user:        R David Murray <rdmurray at bitdance.com>
date:        Tue Apr 03 08:47:14 2012 -0400
summary:
  Merge #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
@@ -804,7 +804,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