diff options
author | Fred Drake <fdrake@acm.org> | 1998-03-16 05:22:08 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-03-16 05:22:08 (GMT) |
commit | abdea226dc567cb647f72527647dbd73b68e9b76 (patch) | |
tree | bf253f0b3e1dfb876c83e1cdd8ddd7e7a67f53d4 /Doc/lib | |
parent | 52405c899a8a1d4e958e0dbfae1e0be31db0d15e (diff) | |
download | cpython-abdea226dc567cb647f72527647dbd73b68e9b76.zip cpython-abdea226dc567cb647f72527647dbd73b68e9b76.tar.gz cpython-abdea226dc567cb647f72527647dbd73b68e9b76.tar.bz2 |
Adjusted an index entry.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libstruct.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libstruct.tex b/Doc/lib/libstruct.tex index fa6919c..d0fde4f 100644 --- a/Doc/lib/libstruct.tex +++ b/Doc/lib/libstruct.tex @@ -1,7 +1,7 @@ \section{Built-in Module \sectcode{struct}} \label{module-struct} \bimodindex{struct} -\indexii{C}{structures} +\indexii{C@\C{}}{structures} This module performs conversions between Python values and C structs represented as Python strings. It uses \dfn{format strings} |