diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-05-01 18:51:15 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-05-01 18:51:15 +0100 |
commit | 0cad78b28d48dfcc31f53292d0424ba5ded7fe12 (patch) | |
tree | 7db7d2c38968c30459e8675b0a902bd33bc33bce /python | |
parent | a4d88af2c13692e38fb7cfce77b082cee6e0462f (diff) | |
download | libguestfs-0cad78b28d48dfcc31f53292d0424ba5ded7fe12.tar.gz libguestfs-0cad78b28d48dfcc31f53292d0424ba5ded7fe12.tar.xz libguestfs-0cad78b28d48dfcc31f53292d0424ba5ded7fe12.zip |
Typo in documentation.
Diffstat (limited to 'python')
-rw-r--r-- | python/guestfs.py | 2 |
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) |