aio-libs / aiodocker

Python Docker API client based on asyncio and aiohttp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docstring for image tagging is missing a parameter

allisonking opened this issue · comments

Long story short

The docstring for this function is missing the name parameter: https://github.com/aio-libs/aiodocker/blob/master/aiodocker/images.py#L189-L196

  • Expected behaviour: name should be defined so that the docs here are accurate
  • Actual behaviour: Name field is missing as a parameter

I can make the change if you'd like. Mostly reporting since I was new to the library and stumbled when trying to tag an image. Thanks!

Please fill free to make a Pull Request :)