diff options
Diffstat (limited to 'numpy/doc/CAPI.txt')
-rw-r--r-- | numpy/doc/CAPI.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/doc/CAPI.txt b/numpy/doc/CAPI.txt index f8bfd3981..7af8456b7 100644 --- a/numpy/doc/CAPI.txt +++ b/numpy/doc/CAPI.txt @@ -1,5 +1,5 @@ Author: Travis Oliphant -Discussions to: scipy-dev@scipy.org +Discussions to: numpy-dev@numpy.org Created: October 2005 The CAPI of SciPy is (mostly) backward compatible with Numeric. @@ -33,7 +33,7 @@ their function signatures. All of these headers are installed to -<YOUR_PYTHON_LOCATION>/site-packages/scipy/base/include +<YOUR_PYTHON_LOCATION>/site-packages/numpy/base/include Getting arrays in C-code |