summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-09-14 14:50:47 (GMT)
committerGeorg Brandl <georg@python.org>2009-09-14 14:50:47 (GMT)
commit58d23fbb6cfc20a89a26c30cf696f202b641a8c4 (patch)
treef12587033ec861d90034f12ddb6280e5fe11e5d5
parent7eb43b7c708e210821208a9a52f57f8879d7c8fc (diff)
downloadcpython-58d23fbb6cfc20a89a26c30cf696f202b641a8c4.zip
cpython-58d23fbb6cfc20a89a26c30cf696f202b641a8c4.tar.gz
cpython-58d23fbb6cfc20a89a26c30cf696f202b641a8c4.tar.bz2
#6908: fix association of hashlib hash attributes.
-rw-r--r--Doc/library/hashlib.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst
index b7b1371..4e279de 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.