]> granicus.if.org Git - python/commitdiff
Formatting
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 24 Jun 2012 14:18:48 +0000 (16:18 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 24 Jun 2012 14:18:48 +0000 (16:18 +0200)
Doc/library/hmac.rst

index ce93cbc77755f4a3a8941d9e8524b05268030824..877f3b7ff04a14318e565c882d8845c97fd0b80a 100644 (file)
@@ -72,10 +72,10 @@ This module also provides the following helper function:
 
    Return ``a == b``.  This function uses an approach designed to prevent timing
    analysis by avoiding content based short circuiting behaviour, making it
-   appropriate for cryptography.  *a* and *b*
-   must both be of the same type: either :class:`str` (ASCII only, as e.g.
-   returned by :meth:`HMAC.hexdigest`), or any type that supports the
-   buffer protocol (e.g. :class:`bytes`).
+   appropriate for cryptography.  *a* and *b* must both be of the same type:
+   either :class:`str` (ASCII only, as e.g. returned by
+   :meth:`HMAC.hexdigest`), or any type that supports the buffer protocol
+   (e.g. :class:`bytes`).
 
    Using a short circuiting comparison (that is, one that terminates as soon as
    it finds any difference between the values) to check digests for correctness