]> granicus.if.org Git - python/commitdiff
format reST directive in the usual way
authorBenjamin Peterson <benjamin@python.org>
Mon, 26 May 2014 22:45:14 +0000 (15:45 -0700)
committerBenjamin Peterson <benjamin@python.org>
Mon, 26 May 2014 22:45:14 +0000 (15:45 -0700)
Doc/library/hashlib.rst

index cc982f6318298df8d2ad9c828a135f0f94188088..39024af5100ef1ed47c3396d27246cc161f65e87 100644 (file)
@@ -210,9 +210,11 @@ include a `salt <https://en.wikipedia.org/wiki/Salt_%28cryptography%29>`_.
 
    .. 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::