Fix two comments related to error handling

Signed-off-by: Philipp Hahn <hahn@univention.de>
This commit is contained in:
Philipp Hahn
2011-10-17 17:02:33 +02:00
committed by Peter Krempa
parent 1afcfbdda0
commit 0a71c79a34
2 changed files with 2 additions and 2 deletions

View File

@@ -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."""