Merge pull request #1606 from ymyzk/fix-docstring

Fix docstring of ImageCollection.get
This commit is contained in:
Joffrey F 2017-05-15 14:00:05 -07:00 committed by GitHub
commit db542e71ee
1 changed files with 2 additions and 2 deletions

View File

@ -193,8 +193,8 @@ class ImageCollection(Collection):
(:py:class:`Image`): The image.
Raises:
:py:class:`docker.errors.ImageNotFound` If the image does not
exist.
:py:class:`docker.errors.ImageNotFound`
If the image does not exist.
:py:class:`docker.errors.APIError`
If the server returns an error.
"""