From 472722a72df89895bb11a1244eafa7915b1af116 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 24 Nov 2010 18:10:50 +0000 Subject: python: Translate C examples into Python and include documentation. --- src/guestfs.pod | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/guestfs.pod b/src/guestfs.pod index 3f40d765..a8e530f0 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -672,11 +672,7 @@ The PHP binding only works correctly on 64 bit machines. =item B -For documentation do: - - $ python - >>> import guestfs - >>> help (guestfs) +For documentation see L. =item B @@ -2088,6 +2084,7 @@ enough. L, L, +L, L, L, L, -- cgit