summaryrefslogtreecommitdiffstats
path: root/libvirt-override.py
diff options
context:
space:
mode:
authorPhilipp Hahn <hahn@univention.de>2011-10-17 17:02:33 +0200
committerPeter Krempa <pkrempa@redhat.com>2011-10-17 17:21:56 +0200
commita53760ff2fdc096292c5998b37e0bba3bb816a56 (patch)
treeda7c3693375bb4ff5f6cc884316453a9a3a8266a /libvirt-override.py
parent4ba57a33c5ce575a837c9a71c2dd9d95382a82a2 (diff)
downloadlibvirt-python-split-a53760ff2fdc096292c5998b37e0bba3bb816a56.tar.gz
libvirt-python-split-a53760ff2fdc096292c5998b37e0bba3bb816a56.tar.xz
libvirt-python-split-a53760ff2fdc096292c5998b37e0bba3bb816a56.zip
Fix two comments related to error handling
Signed-off-by: Philipp Hahn <hahn@univention.de>
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."""