python: Fix exception name in example

Fixes: https://github.com/libguestfs/libguestfs/issues/138
This commit is contained in:
Richard W.M. Jones
2024-03-12 14:08:03 +00:00
parent 37d2379be2
commit 1d760b0d8f

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