diff --git a/docker/models/containers.py b/docker/models/containers.py index 0d328e72a9..a86e503718 100644 --- a/docker/models/containers.py +++ b/docker/models/containers.py @@ -585,7 +585,7 @@ def run(self, image, command=None, stdout=True, stderr=False, stdin_open (bool): Keep ``STDIN`` open even if not attached. stdout (bool): Return logs from ``STDOUT`` when ``detach=False``. Default: ``True``. - stdout (bool): Return logs from ``STDERR`` when ``detach=False``. + stderr (bool): Return logs from ``STDERR`` when ``detach=False``. Default: ``False``. stop_signal (str): The stop signal to use to stop the container (e.g. ``SIGINT``).