From bebf1f94d76becc3a8a62302719c7a67b5f59549 Mon Sep 17 00:00:00 2001 From: Mondi Ravi Date: Thu, 9 May 2019 00:06:57 +0200 Subject: [PATCH] Correct spelling mistake --- opennebula_api/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opennebula_api/models.py b/opennebula_api/models.py index 54cdee39..a333aa23 100644 --- a/opennebula_api/models.py +++ b/opennebula_api/models.py @@ -192,7 +192,7 @@ class OpenNebulaManager(): # *9 UNDEPLOYED :param infoextended: When True calls infoextended api method introduced - in OpenNebula 5.8 else falls base to info which has limited attributes + in OpenNebula 5.8 else falls back to info which has limited attributes of a VM :return: the oca VirtualMachinePool object