Skip to content

Commit 9784863

Browse files
rmccullaghSkazza94
authored andcommitted
Fix typo in comment. networks => network
Signed-off-by: Ryan McCullagh <[email protected]> Signed-off-by: Mariano Scazzariello <[email protected]>
1 parent c27e861 commit 9784863

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)