We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c499e commit 5b22dd8Copy full SHA for 5b22dd8
Doc/library/hashlib.rst
@@ -41,7 +41,7 @@ concatenation of the data fed to it so far using the :meth:`digest` or
41
.. note::
42
43
For better multithreading performance, the Python :term:`GIL` is released for
44
- data larger than 2048 bytes at object creation or on update.
+ data larger than 2047 bytes at object creation or on update.
45
46
47
@@ -132,7 +132,7 @@ A hash object has the following methods:
132
133
.. versionchanged:: 3.1
134
The Python GIL is released to allow other threads to run while hash
135
- updates on data larger than 2048 bytes is taking place when using hash
+ updates on data larger than 2047 bytes is taking place when using hash
136
algorithms supplied by OpenSSL.
137
138
0 commit comments