Merge pull request #2414 from rmccullagh/patch-1

Fix typo in comment. networks => network
This commit is contained in:
Joffrey F 2019-08-27 00:11:48 -07:00 committed by GitHub
commit 70907325a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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