Trivial: Fix wrong param name in comment.
"volume" should be "attachments". Change-Id: Id1e9a733e18db595d8981b5b3a7735313a346787
This commit is contained in:
parent
ed0981f4d8
commit
ed82312bcb
@ -245,7 +245,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…
x
Reference in New Issue
Block a user