From: Benjamin Peterson Date: Mon, 26 May 2014 22:45:14 +0000 (-0700) Subject: format reST directive in the usual way X-Git-Tag: v3.4.2rc1~496 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9ea5f39d8eb3ab2082d0bd46778c34e51742e56;p=python format reST directive in the usual way --- diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst index cc982f6318..39024af510 100644 --- a/Doc/library/hashlib.rst +++ b/Doc/library/hashlib.rst @@ -210,9 +210,11 @@ include a `salt `_. .. versionadded:: 3.4 - .. note:: A fast implementation of *pbkdf2_hmac* is available with OpenSSL. - The Python implementation uses an inline version of :mod:`hmac`. It is - about three times slower and doesn't release the GIL. + .. note:: + + A fast implementation of *pbkdf2_hmac* is available with OpenSSL. The + Python implementation uses an inline version of :mod:`hmac`. It is about + three times slower and doesn't release the GIL. .. seealso::