Fix some inconsistency in docstrings

Added colon after ":param" according to:
http://docs.openstack.org/developer/hacking

Change-Id: Ie6d2f0b602ec479797ccfde3cfa92baf0605b129
This commit is contained in:
linwwu 2015-12-02 01:43:16 +08:00
parent 43ca997198
commit 1a8790d970
1 changed files with 2 additions and 2 deletions

View File

@ -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(