python: Missing () in guestfs-python(1) examples.
[libguestfs.git] / python / examples / guestfs-python.pod
index 7b9e03b..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
 
@@ -43,6 +43,8 @@ Type:
 
 L<guestfs(3)>,
 L<guestfs-examples(3)>,
+L<guestfs-erlang(3)>,
+L<guestfs-java(3)>,
 L<guestfs-ocaml(3)>,
 L<guestfs-perl(3)>,
 L<guestfs-recipes(1)>,