Skip to content

Commit 841855f

Browse files
Commit
1 parent 0b21682 commit 841855f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Doc/library/subprocess.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ functions.
649649

650650
If specified, *env* must provide any variables required for the program to
651651
execute. On Windows, in order to run a `side-by-side assembly`_ the
652-
specified *env* **must** include a valid :envvar:`SystemRoot`.
652+
specified *env* **must** include a valid ``%SystemRoot%``.
653653

654654
.. _side-by-side assembly: https://en.wikipedia.org/wiki/Side-by-Side_Assembly
655655

@@ -1473,7 +1473,7 @@ handling consistency are valid for these functions.
14731473

14741474
Return ``(exitcode, output)`` of executing *cmd* in a shell.
14751475

1476-
Execute the string *cmd* in a shell with :meth:`Popen.check_output` and
1476+
Execute the string *cmd* in a shell with :func:`check_output` and
14771477
return a 2-tuple ``(exitcode, output)``.
14781478
*encoding* and *errors* are used to decode output;
14791479
see the notes on :ref:`frequently-used-arguments` for more details.

Doc/tools/.nitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Doc/library/smtplib.rst
3535
Doc/library/socket.rst
3636
Doc/library/ssl.rst
3737
Doc/library/stdtypes.rst
38-
Doc/library/subprocess.rst
3938
Doc/library/termios.rst
4039
Doc/library/test.rst
4140
Doc/library/tkinter.rst

0 commit comments

Comments
 (0)