diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-06-06 02:03:08 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-06-06 02:03:08 (GMT) |
commit | 822be2ec32b1f03847dcfe2e2cee1f54373b68ac (patch) | |
tree | 3f6e4d2b6c413d0e7877392442bd5e62d2b89d8a /Doc/library/hmac.rst | |
parent | 9c933e64045121ec965f60f4358b603d13ab1f33 (diff) | |
download | cpython-822be2ec32b1f03847dcfe2e2cee1f54373b68ac.zip cpython-822be2ec32b1f03847dcfe2e2cee1f54373b68ac.tar.gz cpython-822be2ec32b1f03847dcfe2e2cee1f54373b68ac.tar.bz2 |
that this is "for Python" is obvious
Diffstat (limited to 'Doc/library/hmac.rst')
-rw-r--r-- | Doc/library/hmac.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/hmac.rst b/Doc/library/hmac.rst index 09e819a..eef8856 100644 --- a/Doc/library/hmac.rst +++ b/Doc/library/hmac.rst @@ -2,7 +2,7 @@ ======================================================== .. module:: hmac - :synopsis: Keyed-Hashing for Message Authentication (HMAC) implementation for Python. + :synopsis: Keyed-Hashing for Message Authentication (HMAC) implementation .. moduleauthor:: Gerhard Häring <ghaering@users.sourceforge.net> .. sectionauthor:: Gerhard Häring <ghaering@users.sourceforge.net> |