mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
python: Missing () in guestfs-python(1) examples.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user