From 3f0095a7c1966c521652314e524ff362c24ff58c Mon Sep 17 00:00:00 2001 From: Thomas Gassmann Date: Sat, 30 Jul 2022 09:43:29 -0700 Subject: [PATCH] docs: remove duplicate 'on' in comment (#2370) Remove duplicate 'on' in comment Signed-off-by: Thomas Gassmann --- docker/models/containers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.