diff options
author | Robert Kern <robert.kern@gmail.com> | 2006-06-25 04:08:34 +0000 |
---|---|---|
committer | Robert Kern <robert.kern@gmail.com> | 2006-06-25 04:08:34 +0000 |
commit | ecd8d3e9db972b5d1f3633266004942004052354 (patch) | |
tree | c1e2e57cbdcf5291069b264dcae67b3c54e6a486 /README.txt | |
parent | 645875e245d43678def9916cf23510453670afda (diff) | |
download | numpy-ecd8d3e9db972b5d1f3633266004942004052354.tar.gz |
Fix typo in README.
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt index 4016d3e74..7fae6be10 100644 --- a/README.txt +++ b/README.txt @@ -11,5 +11,5 @@ If fast BLAS and LAPACK cannot be found, then a slower default version is used. The current version is always available from a Subversion repostiory: -http://svn.numpy.org/svn/numpy/trunk +http://svn.scipy.org/svn/numpy/trunk |