File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -649,7 +649,7 @@ functions.
649
649
650
650
If specified, *env * must provide any variables required for the program to
651
651
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% ` `.
653
653
654
654
.. _side-by-side assembly : https://en.wikipedia.org/wiki/Side-by-Side_Assembly
655
655
@@ -1473,7 +1473,7 @@ handling consistency are valid for these functions.
1473
1473
1474
1474
Return ``(exitcode, output) `` of executing *cmd * in a shell.
1475
1475
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
1477
1477
return a 2-tuple ``(exitcode, output) ``.
1478
1478
*encoding * and *errors * are used to decode output;
1479
1479
see the notes on :ref: `frequently-used-arguments ` for more details.
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ Doc/library/smtplib.rst
35
35
Doc/library/socket.rst
36
36
Doc/library/ssl.rst
37
37
Doc/library/stdtypes.rst
38
- Doc/library/subprocess.rst
39
38
Doc/library/termios.rst
40
39
Doc/library/test.rst
41
40
Doc/library/tkinter.rst
You can’t perform that action at this time.
0 commit comments