Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3daf0 commit bd584d5Copy full SHA for bd584d5
1 file changed
Doc/library/hashlib.rst
@@ -45,7 +45,7 @@ concatenation of the data fed to it so far using the :meth:`digest` or
45
46
.. note::
47
48
- Feeding string objects is to :meth:`update` is not supported, as hashes work
+ Feeding string objects into :meth:`update` is not supported, as hashes work
49
on bytes, not on characters.
50
51
.. index:: single: OpenSSL; (use in module hashlib)
0 commit comments