Merge branch 'sunoru-patch-1'

* sunoru-patch-1:
  Add the missing parenthese.
This commit is contained in:
William S Fulton 2017-03-24 07:50:07 +00:00
commit 5624fc841e

View file

@ -729,7 +729,7 @@ For instance, the following example uses <tt>%rename</tt> in reverse to generate
<div class="code">
<pre>
%rename(foo) foo_i(int);
%rename(foo) foo_d(double;
%rename(foo) foo_d(double);
void foo_i(int);
void foo_d(double);