Typo in documentation.

This commit is contained in:
Richard W.M. Jones
2009-05-01 18:51:15 +01:00
parent a4d88af2c1
commit 0cad78b28d
7 changed files with 7 additions and 7 deletions

View File

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