diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-04-04 14:02:45 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-04-04 14:02:45 (GMT) |
commit | ce5df49957bb53d3cf0605199b958201b2a8d6cc (patch) | |
tree | 178ee0d768530a49057dea79d5f36d782c76da26 /Doc | |
parent | b7265dbe3ee954b5ebca795adc6b90b609a0bb23 (diff) | |
download | cpython-ce5df49957bb53d3cf0605199b958201b2a8d6cc.zip cpython-ce5df49957bb53d3cf0605199b958201b2a8d6cc.tar.gz cpython-ce5df49957bb53d3cf0605199b958201b2a8d6cc.tar.bz2 |
SF 539024, Fix broken link to numpy
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libarray.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libarray.tex b/Doc/lib/libarray.tex index 432a0f5..9db346d 100644 --- a/Doc/lib/libarray.tex +++ b/Doc/lib/libarray.tex @@ -223,7 +223,7 @@ array('d', [1.0, 2.0, 3.14]) \seemodule{xdrlib}{Packing and unpacking of External Data Representation (XDR) data as used in some remote procedure call systems.} - \seetitle[http://numpy.sourceforge.net/numdoc/HTML/numdoc.html]{The + \seetitle[http://numpy.sourceforge.net/numdoc/HTML/numdoc.htm]{The Numerical Python Manual}{The Numeric Python extension (NumPy) defines another array type; see \url{http://numpy.sourceforge.net/} for further information |