[Python-checkins] cpython (2.7): #14481: fix formatting of example in subprocess docs.

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


http://hg.python.org/cpython/rev/2c1ce04ded55
changeset:   76093:2c1ce04ded55
branch:      2.7
parent:      76083:013766e7a6eb
user:        R David Murray <rdmurray at bitdance.com>
date:        Tue Apr 03 08:46:05 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
@@ -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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list