From 4f9946874ba591326d57d60bbeef9e4f51432ac7 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Sun, 24 Jun 2012 16:04:38 +0200 Subject: The buffer protocol doesn't exist (in the glossary anyway). --- Doc/library/hmac.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/hmac.rst b/Doc/library/hmac.rst index 2ea3fc6..a8ca3af 100644 --- a/Doc/library/hmac.rst +++ b/Doc/library/hmac.rst @@ -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, -- cgit v0.12