summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authordmuellner <Daniel Müllner muellner@math.stanford.edu>2013-07-29 22:52:10 -0700
committerdmuellner <Daniel Müllner muellner@math.stanford.edu>2013-07-29 22:52:10 -0700
commitc65472e9e123ad98d1fcd809cb3efb44e6205122 (patch)
tree87afdedc33db93438b0850374cbc21747261527d /numpy
parent822b07c3b87e4583648c4a5c34c77437bb559db3 (diff)
downloadnumpy-c65472e9e123ad98d1fcd809cb3efb44e6205122.tar.gz
Fixed typo.
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/include/numpy/ndarraytypes.h4
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))