diff options
| author | Naveed Massjouni <naveedm9@gmail.com> | 2011-05-24 10:27:26 -0400 |
|---|---|---|
| committer | Naveed Massjouni <naveedm9@gmail.com> | 2011-05-24 10:27:26 -0400 |
| commit | 6e271a42258b439e8fed55c922792b632e062b63 (patch) | |
| tree | ba36f8056ce6ffaa7bd9ac2c8704ded7c36ab699 | |
| parent | 84209a3f02f35c16de0614fa81685b242784bf20 (diff) | |
Fixing docstring.
| -rw-r--r-- | nova/api/openstack/images.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/images.py b/nova/api/openstack/images.py index fc26b6c1b..171c4a036 100644 --- a/nova/api/openstack/images.py +++ b/nova/api/openstack/images.py @@ -80,7 +80,7 @@ class Controller(common.OpenstackController): """Return detailed information about a specific image. :param req: `wsgi.Request` object - :param image_id: Image identifier (integer) + :param id: Image identifier """ context = req.environ['nova.context'] |
