Skip to content

Commit ffc3769

Browse files
authored
Merge pull request #1557 from ewanbarr/patch-1
Minor typo correction
2 parents f8609c7 + 112dc12 commit ffc3769

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
@@ -583,7 +583,7 @@ def run(self, image, command=None, stdout=True, stderr=False,
583583
stdin_open (bool): Keep ``STDIN`` open even if not attached.
584584
stdout (bool): Return logs from ``STDOUT`` when ``detach=False``.
585585
Default: ``True``.
586-
stdout (bool): Return logs from ``STDERR`` when ``detach=False``.
586+
stderr (bool): Return logs from ``STDERR`` when ``detach=False``.
587587
Default: ``False``.
588588
stop_signal (str): The stop signal to use to stop the container
589589
(e.g. ``SIGINT``).

0 commit comments

Comments
 (0)