Skip to content

Commit 305189e

Browse files
Seluj78benjaminp
authored andcommitted
[3.8] Added missing coma after end of list in subprocess.rst (GH-17389)
(cherry picked from commit f25875a)
1 parent b74a6f1 commit 305189e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/subprocess.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ functions.
596596

597597
Popen and the other functions in this module that use it raise an
598598
:ref:`auditing event <auditing>` ``subprocess.Popen`` with arguments
599-
``executable``, ``args``, ``cwd``, ``env``. The value for ``args``
599+
``executable``, ``args``, ``cwd``, and ``env``. The value for ``args``
600600
may be a single string or a list of strings, depending on platform.
601601

602602
.. versionchanged:: 3.2

0 commit comments

Comments
 (0)