]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added link to xdrlib module in "See also" section.
authorFred Drake <fdrake@acm.org>
Wed, 21 Apr 1999 15:57:29 +0000 (15:57 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 21 Apr 1999 15:57:29 +0000 (15:57 +0000)
Doc/lib/libstruct.tex

index 453fa203ba2f00b63d48f7a9201c9e3555250e94..101762d19338bc106c160929d8345cf731babd9f 100644 (file)
@@ -169,5 +169,6 @@ This only works when native size and alignment are in effect;
 standard size and alignment does not enforce any alignment.
 
 \begin{seealso}
-\seemodule{array}{packed binary storage of homogeneous data}
+  \seemodule{array}{packed binary storage of homogeneous data}
+  \seemodule{xdrlib}{packing and unpacking of XDR data}
 \end{seealso}