Merge "Fix simple parameter comment error"

This commit is contained in:
Jenkins 2017-06-16 22:43:41 +00:00 committed by Gerrit Code Review
commit 794758c37d
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)