summaryrefslogtreecommitdiffstats
path: root/python/guestfs.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/guestfs.py')
-rw-r--r--python/guestfs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/guestfs.py b/python/guestfs.py
index d03a7a9d..3db9ac0f 100644
--- a/python/guestfs.py
+++ b/python/guestfs.py
@@ -700,7 +700,7 @@ class GuestFS:
def mkfs (self, fstype, device):
u"""This creates a filesystem on "device" (usually a
- partition of LVM logical volume). The filesystem type is
+ partition or LVM logical volume). The filesystem type is
"fstype", for example "ext3".
"""
return libguestfsmod.mkfs (self._o, fstype, device)