Skip to content

Commit 221d64f

Browse files
committed
Replace triple backtick in exec_run documentation which caused a rendering error.
Signed-off-by: Adam Dangoor <[email protected]>
1 parent 1aaa76d commit 221d64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/models/containers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def exec_run(self, cmd, stdout=True, stderr=True, stdin=False, tty=False,
179179
(ExecResult): A tuple of (exit_code, output)
180180
exit_code: (int):
181181
Exit code for the executed command or ``None`` if
182-
either ``stream```or ``socket`` is ``True``.
182+
either ``stream`` or ``socket`` is ``True``.
183183
output: (generator, bytes, or tuple):
184184
If ``stream=True``, a generator yielding response chunks.
185185
If ``socket=True``, a socket object for the connection.

0 commit comments

Comments
 (0)