[Python-checkins] r74793 - python/trunk/Doc/library/hashlib.rst

georg.brandl python-checkins at python.org
Mon Sep 14 16:50:48 CEST 2009


Author: georg.brandl
Date: Mon Sep 14 16:50:47 2009
New Revision: 74793

Log:
#6908: fix association of hashlib hash attributes.

Modified:
   python/trunk/Doc/library/hashlib.rst

Modified: python/trunk/Doc/library/hashlib.rst
==============================================================================
--- python/trunk/Doc/library/hashlib.rst	(original)
+++ python/trunk/Doc/library/hashlib.rst	Mon Sep 14 16:50:47 2009
@@ -78,11 +78,11 @@
 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.
 


More information about the Python-checkins mailing list