mirror of https://github.com/python/cpython.git
#6908: fix association of hashlib hash attributes.
This commit is contained in:
parent
7eb43b7c70
commit
58d23fbb6c
|
@ -78,11 +78,11 @@ The following values are provided as constant attributes of the hash objects
|
|||
returned by the constructors:
|
||||
|
||||
|
||||
.. data:: digest_size
|
||||
.. data:: hash.digest_size
|
||||
|
||||
The size of the resulting hash in bytes.
|
||||
|
||||
.. data:: block_size
|
||||
.. data:: hash.block_size
|
||||
|
||||
The internal block size of the hash algorithm in bytes.
|
||||
|
||||
|
|
Loading…
Reference in New Issue