Skip to content

Commit db542e7

Browse files
authored
Merge pull request #1606 from ymyzk/fix-docstring
Fix docstring of ImageCollection.get
2 parents 2aa63dd + 6ea1ea8 commit db542e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/models/images.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ def get(self, name):
193193
(:py:class:`Image`): The image.
194194
195195
Raises:
196-
:py:class:`docker.errors.ImageNotFound` If the image does not
197-
exist.
196+
:py:class:`docker.errors.ImageNotFound`
197+
If the image does not exist.
198198
:py:class:`docker.errors.APIError`
199199
If the server returns an error.
200200
"""

0 commit comments

Comments
 (0)