From: Richard W.M. Jones Date: Wed, 14 Dec 2011 12:07:31 +0000 (+0000) Subject: python: Missing () in guestfs-python(1) examples. X-Git-Tag: 1.15.12~13 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=3c9dfd1e95fae5c31df1fbcb6bdec2982a69a004;p=libguestfs.git python: Missing () in guestfs-python(1) examples. --- diff --git a/python/examples/guestfs-python.pod b/python/examples/guestfs-python.pod index cc87ef4..e4406f5 100644 --- a/python/examples/guestfs-python.pod +++ b/python/examples/guestfs-python.pod @@ -9,7 +9,7 @@ guestfs-python - How to use libguestfs from Python import guestfs g = guestfs.GuestFS () g.add_drive_opts ("disk.img", format="raw", readonly=1) - g.launch + g.launch () =head1 DESCRIPTION