]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.8] Added missing coma after end of list in subprocess.rst (GH-17389)
authorJules Lasne (jlasne) <jules.lasne@gmail.com>
Fri, 29 Nov 2019 04:47:45 +0000 (05:47 +0100)
committerBenjamin Peterson <benjamin@python.org>
Fri, 29 Nov 2019 04:47:45 +0000 (22:47 -0600)
(cherry picked from commit f25875af425a3480e557aaedf49c3bb867bcbd5d)

Doc/library/subprocess.rst

index 954e0fec11828aa3a4cb738d7a3e12ee63e716d3..ea12cd133a6ffca8a850b59822133e5bcafa3fc0 100644 (file)
@@ -596,7 +596,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