diff options
Diffstat (limited to 'Doc/lib/libarray.tex')
| -rw-r--r-- | Doc/lib/libarray.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/libarray.tex b/Doc/lib/libarray.tex index d6f5b5c310..1574b1f502 100644 --- a/Doc/lib/libarray.tex +++ b/Doc/lib/libarray.tex @@ -185,8 +185,10 @@ array('d', [1.0, 2.0, 3.14]) \begin{seealso} - \seemodule{struct}{packing and unpacking of heterogeneous binary data} - \seemodule{xdrlib}{packing and unpacking of XDR data} + \seemodule{struct}{Packing and unpacking of heterogeneous binary data.} + \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/numdoc.pdf]{The Numerical Python Manual}{The Numeric Python extension (NumPy) defines another array type; see |
