Skip to content

Commit c396b69

Browse files
committed
Trivial: Fix wrong param name in comment.
"volume" should be "attachments". Change-Id: I41c797f0c7cccb2727e9e6cd6424ea2f740624b7
1 parent 4a76b4d commit c396b69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstackclient/volume/v1/volume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def take_action(self, parsed_args):
239239
def _format_attach(attachments):
240240
"""Return a formatted string of a volume's attached instances
241241
242-
:param volume: a volume.attachments field
242+
:param attachments: a volume.attachments field
243243
:rtype: a string of formatted instances
244244
"""
245245

0 commit comments

Comments
 (0)