mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 05:01:30 +00:00 
			
		
		
		
	Fix typo in docstring (the module is popen2, not 3).
This commit is contained in:
		
							parent
							
								
									d9841039db
								
							
						
					
					
						commit
						aa87fb6be4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -340,7 +340,7 @@ class Popen(args, bufsize=0, executable=None, | |||
|           stdin=PIPE, stdout=PIPE, close_fds=True) | ||||
| (child_stdout, child_stdin) = (p.stdout, p.stdin) | ||||
| 
 | ||||
| The popen2.Popen3 and popen3.Popen4 basically works as subprocess.Popen, | ||||
| The popen2.Popen3 and popen2.Popen4 basically works as subprocess.Popen, | ||||
| except that: | ||||
| 
 | ||||
| * subprocess.Popen raises an exception if the execution fails | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Neal Norwitz
						Neal Norwitz