]> granicus.if.org Git - python/commitdiff
Fix markup error.
authorGeorg Brandl <georg@python.org>
Tue, 21 Jan 2014 18:21:18 +0000 (19:21 +0100)
committerGeorg Brandl <georg@python.org>
Tue, 21 Jan 2014 18:21:18 +0000 (19:21 +0100)
Doc/library/hashlib.rst

index aa8e6e81ff5f106857c6ddd149473a486d782993..1f214fac80c98b4957a3f048305147a259aa1946 100644 (file)
@@ -110,7 +110,6 @@ A hash object has the following methods:
    m.update(b)`` is equivalent to ``m.update(a+b)``.
 
    .. versionchanged:: 2.7
-
       The Python GIL is released to allow other threads to run while
       hash updates on data larger than 2048 bytes is taking place when
       using hash algorithms supplied by OpenSSL.