Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f99468

Browse files
committed
The buffer protocol doesn't exist (in the glossary anyway).
1 parent 9df73da commit 4f99468

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/hmac.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This module also provides the following helper function:
7474
timing analysis, making it appropriate for cryptography. *a* and *b*
7575
must both be of the same type: either :class:`str` (ASCII only, as e.g.
7676
returned by :meth:`HMAC.hexdigest`), or any type that supports the
77-
:term:`buffer protocol` (e.g. :class:`bytes`).
77+
buffer protocol (e.g. :class:`bytes`).
7878

7979
.. note::
8080
If *a* and *b* are different lengths, or if an error occurs,

0 commit comments

Comments
 (0)