mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
python: Fix exception name in example
Fixes: https://github.com/libguestfs/libguestfs/issues/138
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user