X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=python%2Fexamples%2Fguestfs-python.pod;h=e4406f5518806f52b18f9b24208e44edc379281e;hb=a0a8de4253ad545d668977dbf54f90118f601192;hp=cc87ef45e60961f57fa87df555a8138ccb08cd16;hpb=84763d7fca3668c62ee3fe53d0e00a5a672f687b;p=libguestfs.git 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