Kaydet (Commit) 221d64f4 authored tarafından Adam Dangoor's avatar Adam Dangoor

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

Signed-off-by: 's avatarAdam Dangoor <adamdangoor@gmail.com>
üst 1aaa76dc
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment