diff options
author | Julian Taylor <juliantaylor108@gmail.com> | 2015-09-02 19:12:51 +0200 |
---|---|---|
committer | Julian Taylor <juliantaylor108@gmail.com> | 2015-09-02 19:12:51 +0200 |
commit | c4924a73b348545238fab661543f61cc6631e087 (patch) | |
tree | 101d985bcf15f96432cb89b681eb004224c6f9dd | |
parent | 3c26e2513d5639a27bfd4bc4df651b2416c8089b (diff) | |
parent | 913cad03c9f12956e3028cad678da3b664bda8d3 (diff) | |
download | numpy-c4924a73b348545238fab661543f61cc6631e087.tar.gz |
Merge pull request #6281 from jschueller/patch-1
typo in numpy.i
-rw-r--r-- | tools/swig/numpy.i | 2 |
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. |