From: Georg Brandl Date: Mon, 14 Sep 2009 14:50:47 +0000 (+0000) Subject: #6908: fix association of hashlib hash attributes. X-Git-Tag: v2.7a1~544 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58d23fbb6cfc20a89a26c30cf696f202b641a8c4;p=python #6908: fix association of hashlib hash attributes. --- diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst index b7b13710ab..4e279dea0e 100644 --- a/Doc/library/hashlib.rst +++ b/Doc/library/hashlib.rst @@ -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.