Skip to content

Commit

Permalink
docs: Add docstring for name parameter (#647)
Browse files Browse the repository at this point in the history
Fixes #626
  • Loading branch information
q0w committed Nov 14, 2021
1 parent 5a98547 commit decc34c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aiodocker/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ async def tag(self, name: str, repo: str, *, tag: str = None) -> bool:
Tag the given image so that it becomes part of a repository.
Args:
name: name/id of the image to be tagged
repo: the repository to tag in
tag: the name for the new tag
"""
Expand Down

0 comments on commit decc34c

Please sign in to comment.