summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-03-11 09:23:38 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-03-11 09:23:38 +0000
commita5575c8cc005e1964d76260f4daa49fd11f8c2a2 (patch)
tree628dec870dadfefdb51a0a75e3ecc22180d5271a /doc/source
parent45e92e78bb4e17a0f91dea736d3574914b8df1db (diff)
downloadnumpy-a5575c8cc005e1964d76260f4daa49fd11f8c2a2.tar.gz
Spelling.
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.