Skip to content

Commit c39708b

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Trivial: Fix wrong param name in comment."
2 parents 6a8c0f3 + ed82312 commit c39708b

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)