#6908: fix association of hashlib hash attributes.

This commit is contained in:
Georg Brandl 2009-09-14 14:50:47 +00:00
parent 7eb43b7c70
commit 58d23fbb6c
1 changed files with 2 additions and 2 deletions

View File

@ -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.