diff --git a/Doc/Manual/Customization.html b/Doc/Manual/Customization.html index b43075991..7f164ac57 100644 --- a/Doc/Manual/Customization.html +++ b/Doc/Manual/Customization.html @@ -83,7 +83,7 @@ How the exception is handled depends on the target language, for example, Python
When defined, the code enclosed in braces is inserted directly into the low-level wrapper functions. The special variable $action is one of a few -%exception special variable +%exception special variables supported and gets replaced with the actual operation to be performed (a function call, method invocation, attribute access, etc.). An exception handler remains in effect until it is explicitly deleted. This is done by using either %exception