mirror of https://github.com/docker/docker-py.git
Merge pull request #2322 from adamtheturtle/fix-rendered-exit-code-exec-run
Replace triple backtick in exec_run documentation which caused a rend…
This commit is contained in:
commit
613d6aad83
|
@ -179,7 +179,7 @@ class Container(Model):
|
|||
(ExecResult): A tuple of (exit_code, output)
|
||||
exit_code: (int):
|
||||
Exit code for the executed command or ``None`` if
|
||||
either ``stream```or ``socket`` is ``True``.
|
||||
either ``stream`` or ``socket`` is ``True``.
|
||||
output: (generator, bytes, or tuple):
|
||||
If ``stream=True``, a generator yielding response chunks.
|
||||
If ``socket=True``, a socket object for the connection.
|
||||
|
|
Loading…
Reference in New Issue