diff --git a/docker/models/containers.py b/docker/models/containers.py index c37df55e..6661b213 100644 --- a/docker/models/containers.py +++ b/docker/models/containers.py @@ -670,7 +670,7 @@ class ContainerCollection(Collection): network_mode (str): One of: - ``bridge`` Create a new network stack for the container on - on the bridge network. + the bridge network. - ``none`` No networking for this container. - ``container:`` Reuse another container's network stack.