summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-12-21 02:24:37 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-12-21 02:24:37 (GMT)
commit9cb7bd2df486dbf67c03f950738ae6863dfb2617 (patch)
tree029e39a1b63df2a5ad0e4f6acabae8209fdf539b /Doc
parentbd584d559b226246be35f226c04f4590311031bc (diff)
downloadcpython-9cb7bd2df486dbf67c03f950738ae6863dfb2617.zip
cpython-9cb7bd2df486dbf67c03f950738ae6863dfb2617.tar.gz
cpython-9cb7bd2df486dbf67c03f950738ae6863dfb2617.tar.bz2
link to GIL as a term
Patch from Jeff Knupp.
Diffstat (limited to 'Doc')
-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 19d3e4c..929d41b 100644
--- a/Doc/library/hashlib.rst
+++ b/Doc/library/hashlib.rst
@@ -40,7 +40,7 @@ concatenation of the data fed to it so far using the :meth:`digest` or
.. note::
- For better multithreading performance, the Python GIL is released for
+ For better multithreading performance, the Python :term:`GIL` is released for
strings of more than 2047 bytes at object creation or on update.
.. note::