mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
Fix typos in warnings, docstrings, comments and text files (#123597)
This commit is contained in:
parent
33b790978d
commit
1f4a49ea53
8 changed files with 8 additions and 8 deletions
|
@ -33,7 +33,7 @@ Hash objects have these methods:
|
|||
- hexdigest(): Like digest() except the digest is returned as a string
|
||||
of double length, containing only hexadecimal digits.
|
||||
- copy(): Return a copy (clone) of the hash object. This can be used to
|
||||
efficiently compute the digests of datas that share a common
|
||||
efficiently compute the digests of data that share a common
|
||||
initial substring.
|
||||
|
||||
For example, to obtain the digest of the byte string 'Nobody inspects the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue