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.
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
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.
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ Doc/library/smtplib.rst
3535Doc/library/socket.rst
3636Doc/library/ssl.rst
3737Doc/library/stdtypes.rst
38- Doc/library/subprocess.rst
3938Doc/library/termios.rst
4039Doc/library/test.rst
4140Doc/library/tkinter.rst
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments