s/It/If

Signed-off-by: Chen Hanxiao <chenhanx...@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

_______________________________________________
virt-tools-list mailing list
virt-tools-list@redhat.com
https://www.redhat.com/mailman/listinfo/virt-tools-list

Reply via email to