summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gassmann <thomas@gassmann.dev>2022-07-30 09:43:29 -0700
committerGitHub <noreply@github.com>2022-07-30 12:43:29 -0400
commit3f0095a7c1966c521652314e524ff362c24ff58c (patch)
tree646e51b7731b0c91e51039ee9ac526c543a29c04
parent631b332cd917e07bc15a152b1066c70902b6cb92 (diff)
downloaddocker-py-3f0095a7c1966c521652314e524ff362c24ff58c.tar.gz
docs: remove duplicate 'on' in comment (#2370)
Remove duplicate 'on' in comment Signed-off-by: Thomas Gassmann <thomas.gassmann@hotmail.com>
-rw-r--r--docker/models/containers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/models/containers.py b/docker/models/containers.py
index c37df55..6661b21 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:<name|id>`` Reuse another container's network
stack.