specify default value of stream parameter of exec_start()

Signed-off-by: Vladimir Rutsky <vladimir@rutsky.org>
This commit is contained in:
Vladimir Rutsky 2015-09-17 12:39:28 +03:00 committed by Vladimir Rutsky
parent e7ad536168
commit 74a3242b80
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ Start a previously set up exec instance.
* exec_id (str): ID of the exec instance
* detach (bool): If true, detach from the exec command. Default: False
* tty (bool): Allocate a pseudo-TTY. Default: False
* stream (bool): Stream response data
* stream (bool): Stream response data. Default: False
**Returns** (generator or str): If `stream=True`, a generator yielding response
chunks. A string containing response data otherwise.