docs: remove duplicate 'on' in comment (#2370)

Remove duplicate 'on' in comment

Signed-off-by: Thomas Gassmann <thomas.gassmann@hotmail.com>
This commit is contained in:
Thomas Gassmann 2022-07-30 09:43:29 -07:00 committed by GitHub
parent 631b332cd9
commit 3f0095a7c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.