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:
parent
43ca997198
commit
1a8790d970
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user