docs: fix wrong command syntax in code annotation (#3081)

Signed-off-by: Maxim Mironyuk <serieznyi@gmail.com>
This commit is contained in:
Maxim Mironyuk 2023-01-11 00:58:51 +03:00 committed by GitHub
parent 82cf559b5a
commit 3afb4b61c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.