From 3c9dfd1e95fae5c31df1fbcb6bdec2982a69a004 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 14 Dec 2011 12:07:31 +0000 Subject: [PATCH] python: Missing () in guestfs-python(1) examples. --- 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 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 -- 1.8.3.1