mirror of https://github.com/docker/docker-py.git
Merge pull request #2414 from rmccullagh/patch-1
Fix typo in comment. networks => network
This commit is contained in:
commit
70907325a5
|
@ -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