We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c27e861 commit 9784863Copy full SHA for 9784863
docker/api/network.py
@@ -7,7 +7,7 @@
7
class NetworkApiMixin(object):
8
def networks(self, names=None, ids=None, filters=None):
9
"""
10
- List networks. Similar to the ``docker networks ls`` command.
+ List networks. Similar to the ``docker network ls`` command.
11
12
Args:
13
names (:py:class:`list`): List of names to filter by
0 commit comments