Trivial: Fix wrong param name in comment.
"volume" should be "attachments". Change-Id: I41c797f0c7cccb2727e9e6cd6424ea2f740624b7
This commit is contained in:
parent
4a76b4dd51
commit
c396b69d37
@ -239,7 +239,7 @@ class ListVolume(lister.Lister):
|
|||||||
def _format_attach(attachments):
|
def _format_attach(attachments):
|
||||||
"""Return a formatted string of a volume's attached instances
|
"""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
|
:rtype: a string of formatted instances
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user