From 9044275aae1b4c0c84c5d592c930c29fdb033208 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Thu, 12 Nov 2009 16:03:35 +0100 Subject: [PATCH] Fix epydoc error Signed-off-by: Michael Hanselmann <hansmi@google.com> Reviewed-by: Guido Trotter <ultrotter@google.com> --- lib/hypervisor/hv_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hypervisor/hv_base.py b/lib/hypervisor/hv_base.py index fbac820d7..252e665e2 100644 --- a/lib/hypervisor/hv_base.py +++ b/lib/hypervisor/hv_base.py @@ -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 -- GitLab