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

Skip to content

Commit bd584d5

Browse files
committed
fix typo (#16687)
Patch from Jeff Knupp.
1 parent 3d3daf0 commit bd584d5

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
@@ -45,7 +45,7 @@ concatenation of the data fed to it so far using the :meth:`digest` or
4545

4646
.. note::
4747

48-
Feeding string objects is to :meth:`update` is not supported, as hashes work
48+
Feeding string objects into :meth:`update` is not supported, as hashes work
4949
on bytes, not on characters.
5050

5151
.. index:: single: OpenSSL; (use in module hashlib)

0 commit comments

Comments
 (0)