Fix epydoc error
authorMichael Hanselmann <hansmi@google.com>
Thu, 12 Nov 2009 15:03:35 +0000 (16:03 +0100)
committerMichael Hanselmann <hansmi@google.com>
Fri, 13 Nov 2009 15:59:50 +0000 (16:59 +0100)
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>

lib/hypervisor/hv_base.py

index fbac820..252e665 100644 (file)
@@ -238,7 +238,7 @@ class BaseHypervisor(object):
     """Migrate an instance.
 
     @type instance: L{object.Instance}
-    @param name: the instance to be migrated
+    @param instance: the instance to be migrated
     @type target: string
     @param target: hostname (usually ip) of the target node
     @type live: boolean