From 3f549a2a5fabc32708299be8b5aaab750c49cff8 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 10 Apr 2015 20:34:01 +0100 Subject: [PATCH] Correct changes notes on %pythonnondynamic usage --- CHANGES | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 8bea8c1c2..4b5e55a4c 100644 --- a/CHANGES +++ b/CHANGES @@ -10707,7 +10707,7 @@ Version 1.3.23 (November 11, 2004) now if you have - %pythonnondynamic(1) A; + %pythonnondynamic A; struct A { int a; @@ -10725,11 +10725,11 @@ Version 1.3.23 (November 11, 2004) Since this is a feature, you can use - %pythonnondynamic(1); + %pythonnondynamic; or - %pythondynamic(0); [ Note: %pythondynamic since deprecated ] + %pythondynamic; [ Note: %pythondynamic since deprecated ] to force all the wrapped classes to be "nondynamic" ones.