cloner: fix a doc typo

s/It/If

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
Chen Hanxiao 2014-12-15 09:42:08 +08:00
parent 2dff68c1df
commit cbe5ca4c7d

View File

@ -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)")