Merge "correct the annotation of param"

This commit is contained in:
Jenkins 2015-06-17 21:50:41 +00:00 committed by Gerrit Code Review
commit 9e983712c8
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class InstanceController(wsgi.Controller):
:param req: http request object
:param body: deserialized body of the request as a dict
:param tenant_id: the tenant id for whom owns the instance
:param id: ???
:param id: instance id
"""
LOG.debug("instance action req : '%s'\n\n", req)
if not body: