mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-23 17:34:21 +03:00
cloner: fix a doc typo
s/It/If Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
parent
2dff68c1df
commit
cbe5ca4c7d
@ -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)")
|
||||
|
Loading…
Reference in New Issue
Block a user