Kaydet (Commit) 6ea1ea8a authored tarafından Yusuke Miyazaki's avatar Yusuke Miyazaki

Fix docstring of ImageCollection.get

Signed-off-by: 's avatarYusuke Miyazaki <miyazaki.dev@gmail.com>
üst cf68ebcd
...@@ -193,8 +193,8 @@ class ImageCollection(Collection): ...@@ -193,8 +193,8 @@ class ImageCollection(Collection):
(:py:class:`Image`): The image. (:py:class:`Image`): The image.
Raises: Raises:
:py:class:`docker.errors.ImageNotFound` If the image does not :py:class:`docker.errors.ImageNotFound`
exist. If the image does not exist.
:py:class:`docker.errors.APIError` :py:class:`docker.errors.APIError`
If the server returns an error. If the server returns an error.
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment