From ef18637581048b2ef97601c0ce55eac8409f64e9 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 12 Mar 2024 14:08:03 +0000 Subject: [PATCH] python: Fix exception name in example Fixes: https://github.com/libguestfs/libguestfs/issues/138 (cherry picked from commit 1d760b0d8ffc4229738e86cda9559a057439a161) (cherry picked from commit b56b5ca46caff7ead1758283149cde26c7384043) --- python/examples/guestfs-python.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/examples/guestfs-python.pod b/python/examples/guestfs-python.pod index 03ff2ba81..6bd420db6 100644 --- a/python/examples/guestfs-python.pod +++ b/python/examples/guestfs-python.pod @@ -29,7 +29,7 @@ In a future version of libguestfs, this will become the default. =head2 EXCEPTIONS -Errors from libguestfs functions are mapped into C +Errors from libguestfs functions are mapped into C with a single string argument which is the error message. =head2 MORE DOCUMENTATION