gh-101100: Fix all Sphinx warnings in Doc/library/subprocess.rst (#139576)

This commit is contained in:
Stan Ulbrych
2025-10-08 16:26:22 +01:00
committed by GitHub
parent b04a57deef
commit 99fd525632
2 changed files with 2 additions and 3 deletions

View File

@@ -649,7 +649,7 @@ functions.
If specified, *env* must provide any variables required for the program to
execute. On Windows, in order to run a `side-by-side assembly`_ the
specified *env* **must** include a valid :envvar:`SystemRoot`.
specified *env* **must** include a valid ``%SystemRoot%``.
.. _side-by-side assembly: https://en.wikipedia.org/wiki/Side-by-Side_Assembly
@@ -1473,7 +1473,7 @@ handling consistency are valid for these functions.
Return ``(exitcode, output)`` of executing *cmd* in a shell.
Execute the string *cmd* in a shell with :meth:`Popen.check_output` and
Execute the string *cmd* in a shell with :func:`check_output` and
return a 2-tuple ``(exitcode, output)``.
*encoding* and *errors* are used to decode output;
see the notes on :ref:`frequently-used-arguments` for more details.

View File

@@ -35,7 +35,6 @@ Doc/library/smtplib.rst
Doc/library/socket.rst
Doc/library/ssl.rst
Doc/library/stdtypes.rst
Doc/library/subprocess.rst
Doc/library/termios.rst
Doc/library/test.rst
Doc/library/tkinter.rst