File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ The available exception and functions in this module are:
5353 return the Adler-32 checksum of ``A `` and ``B `` concatenated.
5454
5555 This function is typically useful to combine Adler-32 checksums
56- that were concurrently computed. To compute checksums from a stream
57- of chunks, use :func: `adler32 ` sequentially instead .
56+ that were concurrently computed. To compute checksums sequentially, use
57+ :func: `adler32 ` with the running checksum as the `` value `` argument .
5858
5959 .. versionadded :: next
6060
@@ -159,8 +159,8 @@ The available exception and functions in this module are:
159159 return the CRC-32 checksum of ``A `` and ``B `` concatenated.
160160
161161 This function is typically useful to combine CRC-32 checksums
162- that were concurrently computed. To compute checksums from a
163- stream of chunks, use :func: `crc32 ` sequentially instead .
162+ that were concurrently computed. To compute checksums sequentially, use
163+ :func: `crc32 ` with the running checksum as the `` value `` argument .
164164
165165 .. versionadded :: next
166166
You can’t perform that action at this time.
0 commit comments