]> granicus.if.org Git - python/commitdiff
The buffer protocol doesn't exist (in the glossary anyway).
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 24 Jun 2012 14:04:38 +0000 (16:04 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 24 Jun 2012 14:04:38 +0000 (16:04 +0200)
Doc/library/hmac.rst

index 2ea3fc620c3822ac2fd3b1d78654dada8c947bc6..a8ca3afe44e961a8db0cb48ec62248901d69dd6f 100644 (file)
@@ -74,7 +74,7 @@ This module also provides the following helper function:
    timing analysis, 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
-   :term:`buffer protocol` (e.g. :class:`bytes`).
+   buffer protocol (e.g. :class:`bytes`).
 
    .. note::
       If *a* and *b* are different lengths, or if an error occurs,