summaryrefslogtreecommitdiffstats
path: root/python/examples/guestfs-python.pod
diff options
context:
space:
mode:
Diffstat (limited to 'python/examples/guestfs-python.pod')
-rw-r--r--python/examples/guestfs-python.pod2
1 files changed, 1 insertions, 1 deletions
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