Skip to content

Commit 000b852

Browse files
committed
[3.8] Added missing coma after end of list in subprocess.rst (pythonGH-17217)
Automerge-Triggered-By: @csabella (cherry picked from commit f25875a) Co-authored-by: Jules Lasne (jlasne) <jules.lasne@gmail.com>
1 parent dadff6f commit 000b852

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)