Skip to content

Commit 2d327bf

Browse files
rmccullaghchris-crone
authored andcommitted
Fix typo in comment. networks => network
Signed-off-by: Ryan McCullagh <[email protected]>
1 parent cce0954 commit 2d327bf

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)