Skip to content
Snippets Groups Projects
Commit 9044275a authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Fix epydoc error


Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
parent e7f6524c
No related branches found
No related tags found
No related merge requests found
...@@ -238,7 +238,7 @@ class BaseHypervisor(object): ...@@ -238,7 +238,7 @@ class BaseHypervisor(object):
"""Migrate an instance. """Migrate an instance.
@type instance: L{object.Instance} @type instance: L{object.Instance}
@param name: the instance to be migrated @param instance: the instance to be migrated
@type target: string @type target: string
@param target: hostname (usually ip) of the target node @param target: hostname (usually ip) of the target node
@type live: boolean @type live: boolean
......
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