Kaydet (Commit) 58d23fbb authored tarafından Georg Brandl's avatar Georg Brandl

#6908: fix association of hashlib hash attributes.

üst 7eb43b7c
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment