Skip to content

Commit ed82312

Browse files
committed
Trivial: Fix wrong param name in comment.
"volume" should be "attachments". Change-Id: Id1e9a733e18db595d8981b5b3a7735313a346787
1 parent ed0981f commit ed82312

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstackclient/volume/v2/volume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def take_action(self, parsed_args):
245245
def _format_attach(attachments):
246246
"""Return a formatted string of a volume's attached instances
247247
248-
:param volume: a volume.attachments field
248+
:param attachments: a volume.attachments field
249249
:rtype: a string of formatted instances
250250
"""
251251

0 commit comments

Comments
 (0)