Skip to content

Commit 2753b18

Browse files
picnixzemmatyping
andauthored
Apply suggestions from code review
Co-authored-by: Emma Smith <[email protected]>
1 parent 86746bd commit 2753b18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/library/zlib.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)