diff options
author | Georg Brandl <georg@python.org> | 2014-01-21 18:21:18 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-01-21 18:21:18 (GMT) |
commit | 3ce5255a07299cda7ab6bbf5c3a9bda195873d65 (patch) | |
tree | a7154aa14175ff10bde511b3544c8b9a00917b7c /Doc/library/hashlib.rst | |
parent | 0e2793c413d94cc9ea5ad71804817c241719bf82 (diff) | |
download | cpython-3ce5255a07299cda7ab6bbf5c3a9bda195873d65.zip cpython-3ce5255a07299cda7ab6bbf5c3a9bda195873d65.tar.gz cpython-3ce5255a07299cda7ab6bbf5c3a9bda195873d65.tar.bz2 |
Fix markup error.
Diffstat (limited to 'Doc/library/hashlib.rst')
-rw-r--r-- | Doc/library/hashlib.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst index aa8e6e8..1f214fa 100644 --- a/Doc/library/hashlib.rst +++ b/Doc/library/hashlib.rst @@ -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. |