summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Taylor <juliantaylor108@gmail.com>2015-09-02 19:12:51 +0200
committerJulian Taylor <juliantaylor108@gmail.com>2015-09-02 19:12:51 +0200
commitc4924a73b348545238fab661543f61cc6631e087 (patch)
tree101d985bcf15f96432cb89b681eb004224c6f9dd
parent3c26e2513d5639a27bfd4bc4df651b2416c8089b (diff)
parent913cad03c9f12956e3028cad678da3b664bda8d3 (diff)
downloadnumpy-c4924a73b348545238fab661543f61cc6631e087.tar.gz
Merge pull request #6281 from jschueller/patch-1
typo in numpy.i
-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.