Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f9ea5f3

Browse files
committed
format reST directive in the usual way
1 parent 0d81d80 commit f9ea5f3

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Doc/library/hashlib.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,11 @@ include a `salt <https://en.wikipedia.org/wiki/Salt_%28cryptography%29>`_.
210210

211211
.. versionadded:: 3.4
212212

213-
.. note:: A fast implementation of *pbkdf2_hmac* is available with OpenSSL.
214-
The Python implementation uses an inline version of :mod:`hmac`. It is
215-
about three times slower and doesn't release the GIL.
213+
.. note::
214+
215+
A fast implementation of *pbkdf2_hmac* is available with OpenSSL. The
216+
Python implementation uses an inline version of :mod:`hmac`. It is about
217+
three times slower and doesn't release the GIL.
216218

217219

218220
.. seealso::

0 commit comments

Comments
 (0)