Fix typo.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12143 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
0bfeb75be2
commit
4dd5ce25ee
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ How the exception is handled depends on the target language, for example, Python
|
|||
<p>
|
||||
When defined, the code enclosed in braces is inserted directly into the low-level wrapper
|
||||
functions. The special variable <tt>$action</tt> is one of a few
|
||||
<a href="Customization.html#Customization_exception_special_variables">%exception special variable</a>
|
||||
<a href="Customization.html#Customization_exception_special_variables">%exception special variables</a>
|
||||
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 <tt>%exception</tt>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue