python: Missing () in guestfs-python(1) examples.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 14 Dec 2011 12:07:31 +0000 (12:07 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 14 Dec 2011 12:07:47 +0000 (12:07 +0000)
python/examples/guestfs-python.pod

index cc87ef4..e4406f5 100644 (file)
@@ -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