mirror of https://github.com/docker/docker-py.git
Fix typo in comment. networks => network
Signed-off-by: Ryan McCullagh <ryan@amezmo.com>
This commit is contained in:
parent
845d31dbd2
commit
93dc5082de
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue