Skip to content
Snippets Groups Projects
Commit a2a24f4c authored by Guido Trotter's avatar Guido Trotter
Browse files

Specify the object type in two docstring


Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent c57f169e
No related branches found
No related tags found
No related merge requests found
...@@ -764,7 +764,7 @@ class Cluster(TaggableObject): ...@@ -764,7 +764,7 @@ class Cluster(TaggableObject):
def FillHV(self, instance): def FillHV(self, instance):
"""Fill an instance's hvparams dict. """Fill an instance's hvparams dict.
@type instance: object @type instance: L{objects.Instance}
@param instance: the instance parameter to fill @param instance: the instance parameter to fill
@rtype: dict @rtype: dict
@return: a copy of the instance's hvparams with missing keys filled from @return: a copy of the instance's hvparams with missing keys filled from
...@@ -777,7 +777,7 @@ class Cluster(TaggableObject): ...@@ -777,7 +777,7 @@ class Cluster(TaggableObject):
def FillBE(self, instance): def FillBE(self, instance):
"""Fill an instance's beparams dict. """Fill an instance's beparams dict.
@type instance: object @type instance: L{objects.Instance}
@param instance: the instance parameter to fill @param instance: the instance parameter to fill
@rtype: dict @rtype: dict
@return: a copy of the instance's beparams with missing keys filled from @return: a copy of the instance's beparams with missing keys filled from
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment