summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Mironyuk <serieznyi@gmail.com>2023-01-11 00:58:51 +0300
committerGitHub <noreply@github.com>2023-01-10 16:58:51 -0500
commit3afb4b61c35678ae9b9986988922305ebb521018 (patch)
tree311557e4e676936ccb384e6996909e3dc52dafcc
parent82cf559b5a641f53e9035b44b91f829f3b4cca80 (diff)
downloaddocker-py-3afb4b61c35678ae9b9986988922305ebb521018.tar.gz
docs: fix wrong command syntax in code annotation (#3081)
Signed-off-by: Maxim Mironyuk <serieznyi@gmail.com>
-rw-r--r--docker/models/networks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/models/networks.py b/docker/models/networks.py
index 093deb7..f502879 100644
--- a/docker/models/networks.py
+++ b/docker/models/networks.py
@@ -184,7 +184,7 @@ class NetworkCollection(Collection):
def list(self, *args, **kwargs):
"""
- List networks. Similar to the ``docker networks ls`` command.
+ List networks. Similar to the ``docker network ls`` command.
Args:
names (:py:class:`list`): List of names to filter by.