Patch from Jeff Knupp.
This commit is contained in:
Benjamin Peterson 2012-12-20 20:22:47 -06:00
parent 3d3daf0b7f
commit bd584d559b

View file

@ -45,7 +45,7 @@ concatenation of the data fed to it so far using the :meth:`digest` or
.. note::
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
on bytes, not on characters.
.. index:: single: OpenSSL; (use in module hashlib)