Skip to content

Commit 7090732

Browse files
authored
Merge pull request #2414 from rmccullagh/patch-1
Fix typo in comment. networks => network
2 parents 1c36417 + 93dc508 commit 7090732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/api/network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class NetworkApiMixin(object):
88
def networks(self, names=None, ids=None, filters=None):
99
"""
10-
List networks. Similar to the ``docker networks ls`` command.
10+
List networks. Similar to the ``docker network ls`` command.
1111
1212
Args:
1313
names (:py:class:`list`): List of names to filter by

0 commit comments

Comments
 (0)