Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd97611

Browse files
committed
Merged revisions 87573 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ........ r87573 | senthil.kumaran | 2010-12-30 15:07:58 +0800 (Thu, 30 Dec 2010) | 3 lines Fix Issue10793 - hashlib documentation issue on return type of digest ........
1 parent 5723d22 commit bd97611

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/hashlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ A hash object has the following methods:
113113
.. method:: hash.digest()
114114

115115
Return the digest of the data passed to the :meth:`update` method so far.
116-
This is a bytes array of size :attr:`digest_size` which may contain bytes in
116+
This is a bytes object of size :attr:`digest_size` which may contain bytes in
117117
the whole range from 0 to 255.
118118

119119

0 commit comments

Comments
 (0)