diff --git a/libcloud/compute/base.py b/libcloud/compute/base.py index 7773744fab..a6ae592095 100644 --- a/libcloud/compute/base.py +++ b/libcloud/compute/base.py @@ -1527,10 +1527,10 @@ def get_image(self, image_id): """ Returns a single node image from a provider. - :param image_id: Node to run the task on. + :param image_id: Image identifier. :type image_id: ``str`` - :rtype :class:`.NodeImage`: + :rtype: :class:`.NodeImage` :return: NodeImage instance on success. """ raise NotImplementedError("get_image not implemented for this driver")