summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/reference/c-api.coremath.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/c-api.coremath.rst b/doc/source/reference/c-api.coremath.rst
index 877fed104..4f3c1d0aa 100644
--- a/doc/source/reference/c-api.coremath.rst
+++ b/doc/source/reference/c-api.coremath.rst
@@ -12,7 +12,7 @@ Numpy core math library
-----------------------
The numpy core math library ('npymath') is a first step in this direction. This
-library contains most math-related C99 functionalities, which can be used on
+library contains most math-related C99 functionality, which can be used on
platforms where C99 is not well supported. Generally, the core math functions
have the same API as the C99 ones, except for the npy_* prefix.