From a53760ff2fdc096292c5998b37e0bba3bb816a56 Mon Sep 17 00:00:00 2001 From: Philipp Hahn Date: Mon, 17 Oct 2011 17:02:33 +0200 Subject: Fix two comments related to error handling Signed-off-by: Philipp Hahn --- libvirt-override.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvirt-override.py') 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.""" -- cgit