mirror of https://github.com/python/cpython.git
Added index entry.
This commit is contained in:
parent
82143348aa
commit
b208f128b4
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue