summaryrefslogtreecommitdiffstats
path: root/Doc/library/hashlib.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/hashlib.rst')
-rw-r--r--Doc/library/hashlib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst
index 0a1b208..1fc5044 100644
--- a/Doc/library/hashlib.rst
+++ b/Doc/library/hashlib.rst
@@ -41,7 +41,7 @@ concatenation of the data fed to it so far using the :meth:`digest` or
.. note::
For better multithreading performance, the Python :term:`GIL` is released for
- strings of more than 2047 bytes at object creation or on update.
+ data larger than 2048 bytes at object creation or on update.
.. note::