summaryrefslogtreecommitdiff
path: root/numpy/doc/CAPI.txt
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-01-04 19:00:27 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-01-04 19:00:27 +0000
commite706c7d92c4ee41e8e995fb3838bd0931b57efb5 (patch)
tree015a057d49422774e49ed211a37c14105d03a713 /numpy/doc/CAPI.txt
parentc14d4fe25cb5cd482369734dd487ac8f376851c9 (diff)
downloadnumpy-e706c7d92c4ee41e8e995fb3838bd0931b57efb5.tar.gz
Changed all references to scipy to numpy
Diffstat (limited to 'numpy/doc/CAPI.txt')
-rw-r--r--numpy/doc/CAPI.txt4
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