diff options
| author | Tang Chen <tangchen@cn.fujitsu.com> | 2015-11-12 17:02:24 +0800 |
|---|---|---|
| committer | Tang Chen <tangchen@cn.fujitsu.com> | 2015-11-12 17:02:24 +0800 |
| commit | c396b69d3722576a62b411a3a19360cb6f1eef0b (patch) | |
| tree | f80142504d1dc415b95325bb89224f84690dd7f6 /openstackclient/volume | |
| parent | 4a76b4dd51d13c64759447d1184e696914eadb0e (diff) | |
| download | python-openstackclient-c396b69d3722576a62b411a3a19360cb6f1eef0b.tar.gz | |
Trivial: Fix wrong param name in comment.
"volume" should be "attachments".
Change-Id: I41c797f0c7cccb2727e9e6cd6424ea2f740624b7
Diffstat (limited to 'openstackclient/volume')
| -rw-r--r-- | openstackclient/volume/v1/volume.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/volume/v1/volume.py b/openstackclient/volume/v1/volume.py index 92afe8b0..0691d884 100644 --- a/openstackclient/volume/v1/volume.py +++ b/openstackclient/volume/v1/volume.py @@ -239,7 +239,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 """ |
