summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libarray.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-18 17:43:06 (GMT)
committerFred Drake <fdrake@acm.org>2000-10-18 17:43:06 (GMT)
commitba0a9899880849f05ab22190147528b0ea054f5a (patch)
treecf5f9e87a2158cd1dc6c9605acd9b022ce9f444a /Doc/lib/libarray.tex
parent510dfbad3d94e1137b161e972a9fb6811fcb6ad5 (diff)
downloadcpython-ba0a9899880849f05ab22190147528b0ea054f5a.zip
cpython-ba0a9899880849f05ab22190147528b0ea054f5a.tar.gz
cpython-ba0a9899880849f05ab22190147528b0ea054f5a.tar.bz2
Make all the \seemodule explanations consistent: start with a capitalized
letter and end with proper punctuation. "Documenting Python" will be updated accordingly so that this will be editorial policy for the Python documentation.
Diffstat (limited to 'Doc/lib/libarray.tex')
-rw-r--r--Doc/lib/libarray.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/libarray.tex b/Doc/lib/libarray.tex
index d6f5b5c..1574b1f 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