mirror of
https://github.com/python/cpython.git
synced 2025-09-12 11:46:52 +00:00
Added index entry.
This commit is contained in:
parent
82143348aa
commit
b208f128b4
2 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue