mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
parent
3d3daf0b7f
commit
bd584d559b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue