]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
whitespace...
authorBrian Curtin <brian@python.org>
Sat, 30 Apr 2011 03:18:33 +0000 (22:18 -0500)
committerBrian Curtin <brian@python.org>
Sat, 30 Apr 2011 03:18:33 +0000 (22:18 -0500)
Doc/library/subprocess.rst

index c97af0040c7f1ef2bafca92a6609f80164b595d8..932ca8b0841080a1a9baf7ed472575a57fa5ea8b 100644 (file)
@@ -435,7 +435,7 @@ The :class:`STARTUPINFO` class and following constants are only available
 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 @@ on Windows.
       `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 :mod:`subprocess` module exposes the following constants.
 
    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``.