mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #25523: Further a-to-an corrections.
This commit is contained in:
parent
7462b64911
commit
d65c9496da
34 changed files with 39 additions and 39 deletions
|
@ -30,7 +30,7 @@ The available exception and functions in this module are:
|
|||
|
||||
.. function:: adler32(data[, value])
|
||||
|
||||
Computes a Adler-32 checksum of *data*. (An Adler-32 checksum is almost as
|
||||
Computes an Adler-32 checksum of *data*. (An Adler-32 checksum is almost as
|
||||
reliable as a CRC32 but can be computed much more quickly.) If *value* is
|
||||
present, it is used as the starting value of the checksum; otherwise, a fixed
|
||||
default value is used. This allows computing a running checksum over the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue