Replace triple backtick in exec_run documentation which caused a rendering error.

Signed-off-by: Adam Dangoor <adamdangoor@gmail.com>
This commit is contained in:
Adam Dangoor 2019-04-27 09:14:00 +01:00
parent 1aaa76dc5b
commit 221d64f427
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ class Container(Model):
(ExecResult): A tuple of (exit_code, output) (ExecResult): A tuple of (exit_code, output)
exit_code: (int): exit_code: (int):
Exit code for the executed command or ``None`` if 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): output: (generator, bytes, or tuple):
If ``stream=True``, a generator yielding response chunks. If ``stream=True``, a generator yielding response chunks.
If ``socket=True``, a socket object for the connection. If ``socket=True``, a socket object for the connection.