From 1a8790d970c8b7c4d9e6fb443bcabfab2b1f7499 Mon Sep 17 00:00:00 2001 From: linwwu Date: Wed, 2 Dec 2015 01:43:16 +0800 Subject: [PATCH] Fix some inconsistency in docstrings Added colon after ":param" according to: http://docs.openstack.org/developer/hacking Change-Id: Ie6d2f0b602ec479797ccfde3cfa92baf0605b129 --- heat/rpc/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/heat/rpc/client.py b/heat/rpc/client.py index 55bbf9e39..b6164cc9a 100644 --- a/heat/rpc/client.py +++ b/heat/rpc/client.py @@ -444,8 +444,8 @@ class EngineClient(object): def find_physical_resource(self, ctxt, physical_resource_id): """Return an identifier for the resource. - :param ctxt RPC context. - :param physcial_resource_id The physical resource ID to look up. + :param ctxt: RPC context. + :param physcial_resource_id: The physical resource ID to look up. """ return self.call(ctxt, self.make_msg(