format reST directive in the usual way

This commit is contained in:
Benjamin Peterson 2014-05-26 15:45:14 -07:00
parent 0d81d80f6e
commit f9ea5f39d8
1 changed files with 5 additions and 3 deletions

View 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::