]> granicus.if.org Git - python/commitdiff
SF bug #1623890, fix argument name in docstring
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 29 Dec 2006 03:01:06 +0000 (03:01 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 29 Dec 2006 03:01:06 +0000 (03:01 +0000)
Lib/subprocess.py

index 5d79ea61aaa6acdff1b26f92dd9302c448bbf6cb..981612214a21b4abf023ce0f4a3cce203b8aeca3 100644 (file)
@@ -166,7 +166,7 @@ wait()
 communicate(input=None)
     Interact with process: Send data to stdin.  Read data from stdout
     and stderr, until end-of-file is reached.  Wait for process to
-    terminate.  The optional stdin argument should be a string to be
+    terminate.  The optional input argument should be a string to be
     sent to the child process, or None, if no data should be sent to
     the child.