Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doc/library/subprocess.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.. moduleauthor:: Peter Åstrand <astrand@lysator.liu.se>
.. sectionauthor:: Peter Åstrand <astrand@lysator.liu.se>

**Source code:** :source:`Lib/subprocess.py`
**Source code:** :sourc:`Lib/subprocess.py`

--------------

Expand Down Expand Up @@ -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
Expand Down