diff options
| author | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-29 17:22:20 -0700 |
|---|---|---|
| committer | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-29 17:22:20 -0700 |
| commit | 86914566436d778cdae2244cb9b277e25e21cb21 (patch) | |
| tree | 2f9ffd0d6ad618a983c260de3e4320b403a56263 /nova/api | |
| parent | 6d3c31df757f65da7b29aaed1fb4d6e2b29126a0 (diff) | |
Fix a docstring
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/incubator/volumes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/incubator/volumes.py b/nova/api/openstack/incubator/volumes.py index f96e20ed4..6efacce52 100644 --- a/nova/api/openstack/incubator/volumes.py +++ b/nova/api/openstack/incubator/volumes.py @@ -202,7 +202,7 @@ class VolumeAttachmentController(wsgi.Controller): entity_maker=_translate_attachment_summary_view) def show(self, req, server_id, id): - """Return data about the given volume.""" + """Return data about the given volume attachment.""" context = req.environ['nova.context'] volume_id = id |
