mirror of https://github.com/docker/docker-py.git
docs: fix wrong command syntax in code annotation (#3081)
Signed-off-by: Maxim Mironyuk <serieznyi@gmail.com>
This commit is contained in:
parent
82cf559b5a
commit
3afb4b61c3
|
@ -184,7 +184,7 @@ class NetworkCollection(Collection):
|
|||
|
||||
def list(self, *args, **kwargs):
|
||||
"""
|
||||
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