Skip to content

Commit 6ea1ea8

Browse files
committed
Fix docstring of ImageCollection.get
Signed-off-by: Yusuke Miyazaki <[email protected]>
1 parent cf68ebc commit 6ea1ea8

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)