summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-03-11 09:23:52 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-03-11 09:23:52 +0000
commit727a1c5d0305a72b89fb2198c7dbe472a8af304c (patch)
tree9b832bb3ab7c25fb676abd74c1be538326d31863 /doc/source
parenta5575c8cc005e1964d76260f4daa49fd11f8c2a2 (diff)
downloadnumpy-727a1c5d0305a72b89fb2198c7dbe472a8af304c.tar.gz
Remove colloquial expression.
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/reference/c-api.coremath.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/reference/c-api.coremath.rst b/doc/source/reference/c-api.coremath.rst
index 4f3c1d0aa..747e7dec5 100644
--- a/doc/source/reference/c-api.coremath.rst
+++ b/doc/source/reference/c-api.coremath.rst
@@ -13,8 +13,8 @@ Numpy core math library
The numpy core math library ('npymath') is a first step in this direction. This
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.
+platforms where C99 is not well supported. The core math functions have the
+same API as the C99 ones, except for the npy_* prefix.
The available functions are defined in npy_math.h - please refer to this header
in doubt.