Skip to content

Commit

Permalink
Fixed a missing . and a missing capital letter. (GH-12170)
Browse files Browse the repository at this point in the history
  • Loading branch information
Seluj78 authored and serhiy-storchaka committed Mar 4, 2019
1 parent b7bc283 commit 7e9ce4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/subprocess.rst
Expand Up @@ -959,7 +959,7 @@ The :mod:`subprocess` module exposes the following constants.
.. data:: CREATE_NO_WINDOW

A :class:`Popen` ``creationflags`` parameter to specify that a new process
will not create a window
will not create a window.

.. versionadded:: 3.7

Expand Down Expand Up @@ -1295,7 +1295,7 @@ Replacing functions from the :mod:`popen2` module

* :class:`Popen` raises an exception if the execution fails.

* the *capturestderr* argument is replaced with the *stderr* argument.
* The *capturestderr* argument is replaced with the *stderr* argument.

* ``stdin=PIPE`` and ``stdout=PIPE`` must be specified.

Expand Down

0 comments on commit 7e9ce4c

Please sign in to comment.