We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59d33a commit 3f1f9f0Copy full SHA for 3f1f9f0
Doc/library/subprocess.rst
@@ -959,7 +959,7 @@ The :mod:`subprocess` module exposes the following constants.
959
.. data:: CREATE_NO_WINDOW
960
961
A :class:`Popen` ``creationflags`` parameter to specify that a new process
962
- will not create a window
+ will not create a window.
963
964
.. versionadded:: 3.7
965
@@ -1295,7 +1295,7 @@ Replacing functions from the :mod:`popen2` module
1295
1296
* :class:`Popen` raises an exception if the execution fails.
1297
1298
-* the *capturestderr* argument is replaced with the *stderr* argument.
+* The *capturestderr* argument is replaced with the *stderr* argument.
1299
1300
* ``stdin=PIPE`` and ``stdout=PIPE`` must be specified.
1301
0 commit comments