Added missing coma after end of list in subprocess.rst (GH-17217)

Automerge-Triggered-By: @csabella
This commit is contained in:
Jules Lasne (jlasne) 2019-11-19 13:14:53 +01:00 committed by Miss Islington (bot)
parent b1f160a236
commit f25875af42
1 changed files with 1 additions and 1 deletions

View File

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