From 2346c309f7f1393220e4a71e38597c0c0f8d062c Mon Sep 17 00:00:00 2001 From: maxinjian Date: Mon, 27 Mar 2017 05:48:07 -0400 Subject: [PATCH] Fix simple parameter comment error Change-Id: I65c2596297a386ce95ae4c79269f15ddfff62595 --- cinderclient/v3/attachments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)