[Python-checkins] cpython (3.4): format reST directive in the usual way

benjamin.peterson python-checkins at python.org
Tue May 27 00:45:27 CEST 2014


http://hg.python.org/cpython/rev/7036ce74b98f
changeset:   90856:7036ce74b98f
branch:      3.4
parent:      90854:2777ee24c189
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon May 26 15:45:14 2014 -0700
summary:
  format reST directive in the usual way

files:
  Doc/library/hashlib.rst |  8 +++++---
  1 files changed, 5 insertions(+), 3 deletions(-)


diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst
--- a/Doc/library/hashlib.rst
+++ b/Doc/library/hashlib.rst
@@ -210,9 +210,11 @@
 
    .. 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::

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list