From f9ea5f39d8eb3ab2082d0bd46778c34e51742e56 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 26 May 2014 15:45:14 -0700 Subject: [PATCH] format reST directive in the usual way --- Doc/library/hashlib.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst index cc982f63182..39024af5100 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::