Skip to content

Commit f25875a

Browse files
Seluj78miss-islington
authored andcommitted
Added missing coma after end of list in subprocess.rst (GH-17217)
Automerge-Triggered-By: @csabella
1 parent b1f160a commit f25875a

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
@@ -630,7 +630,7 @@ functions.
630630

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

636636
.. versionchanged:: 3.2

0 commit comments

Comments
 (0)