From 25627b08238c588dde26b8278e4737570e6bf6ff Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 14 Dec 2011 12:07:31 +0000 Subject: python: Missing () in guestfs-python(1) examples. (cherry picked from commit 3c9dfd1e95fae5c31df1fbcb6bdec2982a69a004) --- python/examples/guestfs-python.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/examples/guestfs-python.pod b/python/examples/guestfs-python.pod index cc87ef45..e4406f55 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 -- cgit