Fix typo (extra ')') in Python docs (SF#3131673).
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12343 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
0148d7eb75
commit
569470c4b9
1 changed files with 1 additions and 1 deletions
|
|
@ -4592,7 +4592,7 @@ static int convert_darray(PyObject *input, double *ptr, int size) {
|
|||
%}
|
||||
|
||||
%typemap(in) double [ANY](double temp[$1_dim0]) {
|
||||
if (!convert_darray($input,temp,$1_dim0))) {
|
||||
if (!convert_darray($input,temp,$1_dim0)) {
|
||||
return NULL;
|
||||
}
|
||||
$1 = &temp[0];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue