diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-11-12 07:01:34 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-11-12 07:01:34 +0000 |
| commit | c39708beff9640dd77617e7d49486f936ad5912b (patch) | |
| tree | 01eccfaa8d88ebc11483a12116c221145962850a /openstackclient | |
| parent | 6a8c0f3ff6953f98e127e4181c7b1825b1b6694d (diff) | |
| parent | ed82312bcb831f1ab30e90e50c5708b00fdd23af (diff) | |
| download | python-openstackclient-c39708beff9640dd77617e7d49486f936ad5912b.tar.gz | |
Merge "Trivial: Fix wrong param name in comment."
Diffstat (limited to 'openstackclient')
| -rw-r--r-- | openstackclient/volume/v2/volume.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/volume/v2/volume.py b/openstackclient/volume/v2/volume.py index f34198dc..430d1228 100644 --- a/openstackclient/volume/v2/volume.py +++ b/openstackclient/volume/v2/volume.py @@ -245,7 +245,7 @@ class ListVolume(lister.Lister): def _format_attach(attachments): """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 """ |
