Kaydet (Commit) db542e71 authored tarafından Joffrey F's avatar Joffrey F Kaydeden (comit) GitHub

Merge pull request #1606 from ymyzk/fix-docstring

Fix docstring of ImageCollection.get
...@@ -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