Skip to content

Commit 3afb4b6

Browse files
authored
docs: fix wrong command syntax in code annotation (#3081)
Signed-off-by: Maxim Mironyuk <[email protected]>
1 parent 82cf559 commit 3afb4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/models/networks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def get(self, network_id, *args, **kwargs):
184184

185185
def list(self, *args, **kwargs):
186186
"""
187-
List networks. Similar to the ``docker networks ls`` command.
187+
List networks. Similar to the ``docker network ls`` command.
188188
189189
Args:
190190
names (:py:class:`list`): List of names to filter by.

0 commit comments

Comments
 (0)