r87573 - python/branches/py3k/Doc/library/hashlib.rst

Author: senthil.kumaran Date: Thu Dec 30 08:07:58 2010 New Revision: 87573 Log: Fix Issue10793 - hashlib documentation issue on return type of digest Modified: python/branches/py3k/Doc/library/hashlib.rst Modified: python/branches/py3k/Doc/library/hashlib.rst ============================================================================== --- python/branches/py3k/Doc/library/hashlib.rst (original) +++ python/branches/py3k/Doc/library/hashlib.rst Thu Dec 30 08:07:58 2010 @@ -135,7 +135,7 @@ .. method:: hash.digest() Return the digest of the data passed to the :meth:`update` method so far. - This is a bytes array of size :attr:`digest_size` which may contain bytes in + This is a bytes object of size :attr:`digest_size` which may contain bytes in the whole range from 0 to 255.
participants (1)
-
senthil.kumaran