diff options
author | jschueller <julien.schueller@gmail.com> | 2015-09-02 19:11:23 +0200 |
---|---|---|
committer | jschueller <julien.schueller@gmail.com> | 2015-09-02 19:11:23 +0200 |
commit | 913cad03c9f12956e3028cad678da3b664bda8d3 (patch) | |
tree | 101d985bcf15f96432cb89b681eb004224c6f9dd /tools | |
parent | 3c26e2513d5639a27bfd4bc4df651b2416c8089b (diff) | |
download | numpy-913cad03c9f12956e3028cad678da3b664bda8d3.tar.gz |
typo in numpy.i
Diffstat (limited to 'tools')
-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. |