diff options
Diffstat (limited to 'py/modules/IcePy/Util.h')
-rw-r--r-- | py/modules/IcePy/Util.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/py/modules/IcePy/Util.h b/py/modules/IcePy/Util.h index a0fab491dbf..0780fd67f6b 100644 --- a/py/modules/IcePy/Util.h +++ b/py/modules/IcePy/Util.h @@ -200,9 +200,8 @@ void setPythonException(const Ice::Exception&); void setPythonException(PyObject*); // -// Converts a Python exception into an Ice exception and throws it. -// If no exception is provided, the interpreter's current exception -// is obtained. The second argument is an optional traceback object. +// Converts the interpreter's current exception into an Ice exception +// and throws it. // void throwPythonException(); |