Specify the object type in two docstring
authorGuido Trotter <ultrotter@google.com>
Tue, 16 Jun 2009 14:22:23 +0000 (15:22 +0100)
committerGuido Trotter <ultrotter@google.com>
Tue, 16 Jun 2009 15:02:54 +0000 (16:02 +0100)
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>

lib/objects.py

index aebe959..8106287 100644 (file)
@@ -764,7 +764,7 @@ class Cluster(TaggableObject):
   def FillHV(self, instance):
     """Fill an instance's hvparams dict.
 
-    @type instance: object
+    @type instance: L{objects.Instance}
     @param instance: the instance parameter to fill
     @rtype: dict
     @return: a copy of the instance's hvparams with missing keys filled from
@@ -777,7 +777,7 @@ class Cluster(TaggableObject):
   def FillBE(self, instance):
     """Fill an instance's beparams dict.
 
-    @type instance: object
+    @type instance: L{objects.Instance}
     @param instance: the instance parameter to fill
     @rtype: dict
     @return: a copy of the instance's beparams with missing keys filled from