Commit 8cd59681 authored by Senthil Kumaran's avatar Senthil Kumaran

Fix Issue10793 - hashlib documentation issue on return type of digest

parent db385da7
......@@ -135,7 +135,7 @@ A hash object has the following methods:
.. 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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment