From 08aa0537c9d13953f0e7a2e47e3e4eca67fe4b57 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 8 Aug 2003 12:00:59 +0000 Subject: [PATCH] typo git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4985 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Doc/Manual/Customization.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Manual/Customization.html b/Doc/Manual/Customization.html index 9b38a207e..5426f6430 100644 --- a/Doc/Manual/Customization.html +++ b/Doc/Manual/Customization.html @@ -53,7 +53,7 @@ handler. For example, you can specify the following: When defined, the code enclosed in braces is inserted directly into the low-level wrapper functions. The special symbol $action 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 %except with +remains in effect until it is explicitly deleted. This is done by using %exception with no code. For example:

%exception;   // Deletes any previously defined handler