Skip to content

Commit 3f1f9f0

Browse files
Fixed a missing . and a missing capital letter. (GH-12170)
(cherry picked from commit 7e9ce4c) Co-authored-by: Jules Lasne (jlasne) <[email protected]>
1 parent a59d33a commit 3f1f9f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/subprocess.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ The :mod:`subprocess` module exposes the following constants.
959959
.. data:: CREATE_NO_WINDOW
960960

961961
A :class:`Popen` ``creationflags`` parameter to specify that a new process
962-
will not create a window
962+
will not create a window.
963963

964964
.. versionadded:: 3.7
965965

@@ -1295,7 +1295,7 @@ Replacing functions from the :mod:`popen2` module
12951295

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

1298-
* the *capturestderr* argument is replaced with the *stderr* argument.
1298+
* The *capturestderr* argument is replaced with the *stderr* argument.
12991299

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

0 commit comments

Comments
 (0)