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:
Joffrey F 2019-04-27 15:28:42 -07:00 committed by GitHub
commit 613d6aad83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)
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.