[Python-checkins] cpython (3.1): whitespace...

brian.curtin python-checkins at python.org
Sat Apr 30 05:24:37 CEST 2011


http://hg.python.org/cpython/rev/cd68b3031f00
changeset:   69699:cd68b3031f00
branch:      3.1
user:        Brian Curtin <brian at python.org>
date:        Fri Apr 29 22:18:33 2011 -0500
summary:
  whitespace...

files:
  Doc/library/subprocess.rst |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst
--- a/Doc/library/subprocess.rst
+++ b/Doc/library/subprocess.rst
@@ -435,7 +435,7 @@
 on Windows.
 
 .. class:: STARTUPINFO()
-   
+
    Partial support of the Windows
    `STARTUPINFO <http://msdn.microsoft.com/en-us/library/ms686331(v=vs.85).aspx>`__
    structure is used for :class:`Popen` creation.
@@ -475,7 +475,7 @@
       `ShowWindow <http://msdn.microsoft.com/en-us/library/ms633548(v=vs.85).aspx>`__
       function, except for ``SW_SHOWDEFAULT``. Otherwise, this member is
       ignored.
-   
+
       :data:`SW_HIDE` is provided for this attribute. It is used when
       :class:`Popen` is called with ``shell=True``.
 
@@ -519,7 +519,7 @@
 
    The new process has a new console, instead of inheriting its parent's
    console (the default).
-   
+
    This flag is always set when :class:`Popen` is created with ``shell=True``.
 
 

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


More information about the Python-checkins mailing list