diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-21 21:33:24 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-21 21:33:24 (GMT) |
commit | 2dabd811cda159b71468b41adcc5893e4d1a655c (patch) | |
tree | 1fcdc5f9f51e861a2c58430cb439ecd22042761f /Doc | |
parent | d146edfaf1cae84cf9f4d3505279c8618722397c (diff) | |
download | cpython-2dabd811cda159b71468b41adcc5893e4d1a655c.zip cpython-2dabd811cda159b71468b41adcc5893e4d1a655c.tar.gz cpython-2dabd811cda159b71468b41adcc5893e4d1a655c.tar.bz2 |
Fix markup typo.
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 d4dc2f0..cfc9cec 100644 --- a/Doc/lib/libarray.tex +++ b/Doc/lib/libarray.tex @@ -161,5 +161,5 @@ 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{xdrlib}{packing and unpacking of XDR data} \end{seealso} |