Skip to content

Commit 3f0095a

Browse files
docs: remove duplicate 'on' in comment (#2370)
Remove duplicate 'on' in comment Signed-off-by: Thomas Gassmann <[email protected]>
1 parent 631b332 commit 3f0095a

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
@@ -670,7 +670,7 @@ def run(self, image, command=None, stdout=True, stderr=False,
670670
network_mode (str): One of:
671671
672672
- ``bridge`` Create a new network stack for the container on
673-
on the bridge network.
673+
the bridge network.
674674
- ``none`` No networking for this container.
675675
- ``container:<name|id>`` Reuse another container's network
676676
stack.

0 commit comments

Comments
 (0)