]> granicus.if.org Git - python/commitdiff
link to GIL as a term
authorBenjamin Peterson <benjamin@python.org>
Fri, 21 Dec 2012 02:24:37 +0000 (20:24 -0600)
committerBenjamin Peterson <benjamin@python.org>
Fri, 21 Dec 2012 02:24:37 +0000 (20:24 -0600)
Patch from Jeff Knupp.

Doc/library/hashlib.rst

index 19d3e4c047c0a85845564a2a1b535fd7f5705bfa..929d41b4393bf547649cbb3802902d200736f6d9 100644 (file)
@@ -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::