mirror of https://github.com/docker/docker-py.git
				
				
				
			Merge pull request #1606 from ymyzk/fix-docstring
Fix docstring of ImageCollection.get
This commit is contained in:
		
						commit
						db542e71ee
					
				|  | @ -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. | ||||
|         """ | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue