mirror of
https://github.com/python/cpython.git
synced 2025-07-31 15:14:22 +00:00
SF bug #1623890, fix argument name in docstring
This commit is contained in:
parent
5dc29ac888
commit
a186ee22c0
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ wait()
|
||||||
communicate(input=None)
|
communicate(input=None)
|
||||||
Interact with process: Send data to stdin. Read data from stdout
|
Interact with process: Send data to stdin. Read data from stdout
|
||||||
and stderr, until end-of-file is reached. Wait for process to
|
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
|
sent to the child process, or None, if no data should be sent to
|
||||||
the child.
|
the child.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue