Skip to content

Commit

Permalink
docs: fix wrong command syntax in code annotation (#3081)
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Mironyuk <serieznyi@gmail.com>
  • Loading branch information
serieznyi authored Jan 10, 2023
1 parent 82cf559 commit 3afb4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/models/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def get(self, network_id, *args, **kwargs):

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.
Expand Down

0 comments on commit 3afb4b6

Please sign in to comment.