]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added missing coma after end of list in subprocess.rst (GH-17217)
authorJules Lasne (jlasne) <jules.lasne@gmail.com>
Tue, 19 Nov 2019 12:14:53 +0000 (13:14 +0100)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 19 Nov 2019 12:14:53 +0000 (04:14 -0800)
Automerge-Triggered-By: @csabella
Doc/library/subprocess.rst

index 19290bfc34c7debeb12e000abcbb46bb6cd50af9..f2e5463d755bb52c7fb19c4bf408f3eb606bfabc 100644 (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