From 3255cabd1895424e7ee752dbfe6f7ea7991e39cd Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne)" Date: Mon, 18 Nov 2019 08:06:15 +0100 Subject: [PATCH 1/3] Added missing coma after end of list --- Doc/library/subprocess.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index 19290bfc34c7de..f68cfe75b46195 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -7,7 +7,7 @@ .. moduleauthor:: Peter Åstrand .. sectionauthor:: Peter Åstrand -**Source code:** :source:`Lib/subprocess.py` +**Source code:** :sourc:`Lib/subprocess.py` -------------- @@ -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 From 0e6206edb721873218ae22ddf48a7d68da8a5261 Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne)" Date: Mon, 18 Nov 2019 11:41:15 +0100 Subject: [PATCH 2/3] Update Doc/library/subprocess.rst --- Doc/library/subprocess.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index f68cfe75b46195..dce67280f5a5c0 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -7,7 +7,7 @@ .. moduleauthor:: Peter Åstrand .. sectionauthor:: Peter Åstrand -**Source code:** :sourc:`Lib/subprocess.py` +**Source code:** :source:`Lib/subprocess.py` -------------- From 6fc035b59ce8626aa374c5b48e0bcea2bc3e6484 Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne)" Date: Mon, 18 Nov 2019 21:25:15 +0100 Subject: [PATCH 3/3] Apply suggestions from code review Co-Authored-By: Brandt Bucher --- Doc/library/subprocess.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index dce67280f5a5c0..f2e5463d755bb5 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`` and ``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