Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 73365dd

Browse files
committed
whitespace...
1 parent e6242d7 commit 73365dd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/subprocess.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ The :class:`STARTUPINFO` class and following constants are only available
435435
on Windows.
436436

437437
.. class:: STARTUPINFO()
438-
438+
439439
Partial support of the Windows
440440
`STARTUPINFO <http://msdn.microsoft.com/en-us/library/ms686331(v=vs.85).aspx>`__
441441
structure is used for :class:`Popen` creation.
@@ -475,7 +475,7 @@ on Windows.
475475
`ShowWindow <http://msdn.microsoft.com/en-us/library/ms633548(v=vs.85).aspx>`__
476476
function, except for ``SW_SHOWDEFAULT``. Otherwise, this member is
477477
ignored.
478-
478+
479479
:data:`SW_HIDE` is provided for this attribute. It is used when
480480
:class:`Popen` is called with ``shell=True``.
481481

@@ -519,7 +519,7 @@ The :mod:`subprocess` module exposes the following constants.
519519

520520
The new process has a new console, instead of inheriting its parent's
521521
console (the default).
522-
522+
523523
This flag is always set when :class:`Popen` is created with ``shell=True``.
524524

525525

0 commit comments

Comments
 (0)