[virt-tools-list] [virt-manager PATCH] cloner: fix an doc typo
Chen Hanxiao
chenhanxiao at cn.fujitsu.com
Mon Dec 15 02:20:53 UTC 2014
s/It/If
Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
---
Note: pushed as trivial.
virtinst/cloner.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtinst/cloner.py b/virtinst/cloner.py
index 622aa64..5e76413 100644
--- a/virtinst/cloner.py
+++ b/virtinst/cloner.py
@@ -205,7 +205,7 @@ class Cloner(object):
def get_preserve_dest_disks(self):
return not self.preserve
preserve_dest_disks = property(get_preserve_dest_disks,
- doc="It true, preserve ALL disk devices for the "
+ doc="If true, preserve ALL disk devices for the "
"NEW guest. This means no storage cloning. "
"This is a convenience access for "
"(not Cloner.preserve)")
--
1.9.3
More information about the virt-tools-list
mailing list