]> granicus.if.org Git - python/commitdiff
#6908: fix association of hashlib hash attributes.
authorGeorg Brandl <georg@python.org>
Mon, 14 Sep 2009 14:50:47 +0000 (14:50 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 14 Sep 2009 14:50:47 +0000 (14:50 +0000)
Doc/library/hashlib.rst

index b7b13710ab742f2656f8768589342e99419057a7..4e279dea0eb34960633134e25ed4337124507d16 100644 (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.