Fix typo in comment. networks => network

Signed-off-by: Ryan McCullagh <ryan@amezmo.com>
This commit is contained in:
Ryan McCullagh 2019-08-23 10:36:58 -05:00 committed by Ryan McCullagh
parent 845d31dbd2
commit 93dc5082de
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from .. import utils
class NetworkApiMixin(object):
def networks(self, names=None, ids=None, filters=None):
"""
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