[Python-checkins] cpython (3.3): rm extra whitespace

benjamin.peterson python-checkins at python.org
Sat Jan 18 06:49:43 CET 2014


http://hg.python.org/cpython/rev/eb91a9450eb1
changeset:   88538:eb91a9450eb1
branch:      3.3
parent:      88536:dc044725cd10
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Jan 18 00:49:04 2014 -0500
summary:
  rm extra whitespace

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
@@ -719,7 +719,7 @@
    output from the child process. If the *universal_newlines* argument was
    ``True``, the stream is a text stream, otherwise it is a byte stream. If the
    *stdout* argument was not :data:`PIPE`, this attribute is ``None``.
-               
+
 
 .. attribute:: Popen.stderr
 

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


More information about the Python-checkins mailing list