Trivial: Fix wrong param name in comment.

"volume" should be "attachments".

Change-Id: Id1e9a733e18db595d8981b5b3a7735313a346787
This commit is contained in:
Tang Chen 2015-11-12 17:07:03 +08:00
parent ed0981f4d8
commit ed82312bcb
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,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
"""