diff --git a/cinderclient/v3/attachments.py b/cinderclient/v3/attachments.py index 326e7a7..1eab8b1 100644 --- a/cinderclient/v3/attachments.py +++ b/cinderclient/v3/attachments.py @@ -53,7 +53,7 @@ class VolumeAttachmentManager(base.ManagerWithFind): def show(self, id): """Attachment show. - :param name: Attachment ID. + :param id: Attachment ID. """ url = '/attachments/%s' % id resp, body = self.api.client.get(url)