From: Jules Lasne (jlasne) Date: Tue, 19 Nov 2019 12:14:53 +0000 (+0100) Subject: Added missing coma after end of list in subprocess.rst (GH-17217) X-Git-Tag: v3.9.0a2~192 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f25875af425a3480e557aaedf49c3bb867bcbd5d;p=thirdparty%2FPython%2Fcpython.git Added missing coma after end of list in subprocess.rst (GH-17217) Automerge-Triggered-By: @csabella --- diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index 19290bfc34c7..f2e5463d755b 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -630,7 +630,7 @@ functions. Popen and the other functions in this module that use it raise an :ref:`auditing event ` ``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