Skip to content

Commit 34aa219

Browse files
morottiAA-Turner
andauthored
doc: limited to 2^32
Co-authored-by: Adam Turner <[email protected]>
1 parent 571b64f commit 34aa219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/lzma.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Compressing and decompressing data in memory
318318
single: checksum; Cyclic Redundancy Check
319319

320320
Computes a CRC (Cyclic Redundancy Check) checksum of *data*. The
321-
result is a positive integer. If *value* is present, it is used
321+
result is a positive integer, less than :math:`2^32`. If *value* is present, it is used
322322
as the starting value of the checksum; otherwise, a default value of 0
323323
is used. Passing in *value* allows computing a running checksum over the
324324
concatenation of several inputs. The algorithm is not cryptographically

0 commit comments

Comments
 (0)