Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 913cad0

Browse files
typo in numpy.i
1 parent 3c26e25 commit 913cad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/swig/numpy.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
if (PyInstance_Check(py_obj)) return "instance" ;
124124
%#endif
125125

126-
return "unkown type";
126+
return "unknown type";
127127
}
128128

129129
/* Given a NumPy typecode, return a string describing the type.

0 commit comments

Comments
 (0)