diff options
author | dmuellner <Daniel Müllner muellner@math.stanford.edu> | 2013-07-29 22:52:10 -0700 |
---|---|---|
committer | dmuellner <Daniel Müllner muellner@math.stanford.edu> | 2013-07-29 22:52:10 -0700 |
commit | c65472e9e123ad98d1fcd809cb3efb44e6205122 (patch) | |
tree | 87afdedc33db93438b0850374cbc21747261527d /numpy | |
parent | 822b07c3b87e4583648c4a5c34c77437bb559db3 (diff) | |
download | numpy-c65472e9e123ad98d1fcd809cb3efb44e6205122.tar.gz |
Fixed typo.
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/include/numpy/ndarraytypes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/core/include/numpy/ndarraytypes.h b/numpy/core/include/numpy/ndarraytypes.h index 019b6ad83..76776c0ea 100644 --- a/numpy/core/include/numpy/ndarraytypes.h +++ b/numpy/core/include/numpy/ndarraytypes.h @@ -1742,10 +1742,10 @@ typedef void (PyDataMem_EventHookFunc)(void *inp, void *outp, size_t size, #endif /* * There is no file npy_1_8_deprecated_api.h since there are no additional - * deprecated API features in NumPy 1,8 + * deprecated API features in NumPy 1.8. * * Note to maintainers: insert code like the following in future NumPy - * versions: + * versions. * * #if !(defined(NPY_NO_DEPRECATED_API) && \ * (NPY_1_9_API_VERSION <= NPY_NO_DEPRECATED_API)) |