mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
Typo in documentation.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user