File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ The :class:`STARTUPINFO` class and following constants are only available
435435on 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
You can’t perform that action at this time.
0 commit comments