summaryrefslogtreecommitdiffstats
path: root/libvirt-override.py
diff options
context:
space:
mode:
Diffstat (limited to 'libvirt-override.py')
-rw-r--r--libvirt-override.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvirt-override.py b/libvirt-override.py
index 387fddf..8427eab 100644
--- a/libvirt-override.py
+++ b/libvirt-override.py
@@ -79,7 +79,7 @@ class libvirtError(Exception):
# register the libvirt global error handler
#
def registerErrorHandler(f, ctx):
- """Register a Python written function to for error reporting.
+ """Register a Python function for error reporting.
The function is called back as f(ctx, error), with error
being a list of information about the error being raised.
Returns 1 in case of success."""