From 41908f91e071183e4eb5aaac16379f6f9bd07a6a Mon Sep 17 00:00:00 2001 From: ming dang <743759846@qq.com> Date: Wed, 17 Jun 2015 16:41:33 +0800 Subject: [PATCH] correct the annotation of param MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In the function trove.instance.service.py, there is a function has four params, the first three params's annotation is accurate, but the last param is incorrect, so I correct it for others Change-Id: I1e910c5466861550704419d85d59d0da2e5b7b0f --- trove/instance/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trove/instance/service.py b/trove/instance/service.py index bb1129c2ae..3c00680058 100644 --- a/trove/instance/service.py +++ b/trove/instance/service.py @@ -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: