From 58d23fbb6cfc20a89a26c30cf696f202b641a8c4 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 14 Sep 2009 14:50:47 +0000 Subject: [PATCH] #6908: fix association of hashlib hash attributes. --- Doc/library/hashlib.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.50.0