Fix simple documentation copy/paste error.

Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
This commit is contained in:
Jan Losinski 2017-10-17 02:46:35 +02:00 committed by Joffrey F
parent ec9356d3a0
commit 8cb5b52c3f
1 changed files with 2 additions and 2 deletions

View File

@ -245,10 +245,10 @@ class ImageApiMixin(object):
def inspect_image(self, image):
"""
Get detailed information about an image. Similar to the ``docker
inspect`` command, but only for containers.
inspect`` command, but only for images.
Args:
container (str): The container to inspect
image (str): The image to inspect
Returns:
(dict): Similar to the output of ``docker inspect``, but as a