python: Fix exception name in example

Fixes: https://github.com/libguestfs/libguestfs/issues/138
(cherry picked from commit 1d760b0d8f)
This commit is contained in:
Richard W.M. Jones
2024-03-12 14:08:03 +00:00
parent 6cfcbfd9a2
commit b56b5ca46c

View File

@@ -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<RuntimeException>
Errors from libguestfs functions are mapped into C<RuntimeError>
with a single string argument which is the error message.
=head2 MORE DOCUMENTATION