summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorjschueller <julien.schueller@gmail.com>2015-09-02 19:11:23 +0200
committerjschueller <julien.schueller@gmail.com>2015-09-02 19:11:23 +0200
commit913cad03c9f12956e3028cad678da3b664bda8d3 (patch)
tree101d985bcf15f96432cb89b681eb004224c6f9dd /tools
parent3c26e2513d5639a27bfd4bc4df651b2416c8089b (diff)
downloadnumpy-913cad03c9f12956e3028cad678da3b664bda8d3.tar.gz
typo in numpy.i
Diffstat (limited to 'tools')
-rw-r--r--tools/swig/numpy.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/swig/numpy.i b/tools/swig/numpy.i
index b6a588c03..2ddc11de7 100644
--- a/tools/swig/numpy.i
+++ b/tools/swig/numpy.i
@@ -123,7 +123,7 @@
if (PyInstance_Check(py_obj)) return "instance" ;
%#endif
- return "unkown type";
+ return "unknown type";
}
/* Given a NumPy typecode, return a string describing the type.