File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
@@ -1539,7 +1539,7 @@ handling consistency are valid for these functions.
15391539
15401540 Return ``(exitcode, output) `` of executing *cmd * in a shell.
15411541
1542- Execute the string *cmd * in a shell with :meth: ` Popen. check_output ` and
1542+ Execute the string *cmd * in a shell with :func: ` check_output ` and
15431543 return a 2-tuple ``(exitcode, output) ``.
15441544 *encoding * and *errors * are used to decode output;
15451545 see the notes on :ref: `frequently-used-arguments ` for more details.
You can’t perform that action at this time.
0 commit comments