From 0cad78b28d48dfcc31f53292d0424ba5ded7fe12 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 1 May 2009 18:51:15 +0100 Subject: Typo in documentation. --- python/guestfs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/guestfs.py') 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) -- cgit