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

Skip to content

Commit 301162b

Browse files
committed
merge 3.3 (closes #16687)
2 parents 302c654 + 9cb7bd2 commit 301162b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/hashlib.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ concatenation of the data fed to it so far using the :meth:`digest` or
4040

4141
.. note::
4242

43-
For better multithreading performance, the Python GIL is released for
43+
For better multithreading performance, the Python :term:`GIL` is released for
4444
strings of more than 2047 bytes at object creation or on update.
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)