diff options
| author | Fred Drake <fdrake@acm.org> | 1998-04-04 06:28:54 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1998-04-04 06:28:54 +0000 |
| commit | b208f128b43cdc096d9919e6a0b706b336c609bb (patch) | |
| tree | 08d03f351f3954ece67f81a1c8481edbbb2124a9 /Doc/lib/libzlib.tex | |
| parent | 82143348aa85144c03c772bf48c436e10ee37cde (diff) | |
| download | cpython-git-b208f128b43cdc096d9919e6a0b706b336c609bb.tar.gz | |
Added index entry.
Diffstat (limited to 'Doc/lib/libzlib.tex')
| -rw-r--r-- | Doc/lib/libzlib.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libzlib.tex b/Doc/lib/libzlib.tex index d8ecc98045..2e76900b6a 100644 --- a/Doc/lib/libzlib.tex +++ b/Doc/lib/libzlib.tex @@ -51,6 +51,7 @@ exception if any error occurs. \begin{funcdesc}{crc32}{string\optional{, value}} Computes a CRC (Cyclic Redundancy Check)% \index{Cyclic Redundancy Check} + \index{checksum!Cyclic Redundancy Check} checksum of \var{string}. If \var{value} is present, it is used as the starting value of the checksum; otherwise, a fixed default value is used. This allows |
