Fix simple parameter comment error

Change-Id: I65c2596297a386ce95ae4c79269f15ddfff62595
This commit is contained in:
maxinjian 2017-03-27 05:48:07 -04:00
parent 4558dab82f
commit 2346c309f7
1 changed files with 1 additions and 1 deletions

View File

@ -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)