Trivial: Fix wrong param name in comment.

"volume" should be "attachments".

Change-Id: I41c797f0c7cccb2727e9e6cd6424ea2f740624b7
This commit is contained in:
Tang Chen 2015-11-12 17:02:24 +08:00
parent 4a76b4dd51
commit c396b69d37
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ class ListVolume(lister.Lister):
def _format_attach(attachments):
"""Return a formatted string of a volume's attached instances
:param volume: a volume.attachments field
:param attachments: a volume.attachments field
:rtype: a string of formatted instances
"""