summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-06-06 02:03:08 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-06-06 02:03:08 (GMT)
commitd9ede872cd87b8b79b2d9fde7461cc007254f01c (patch)
treebd6ae91507121809f85e1c5ea800ed849ef7ca31 /Doc
parent12b50ce4cb40bebfa92e0abae958c4fe14b63f3d (diff)
downloadcpython-d9ede872cd87b8b79b2d9fde7461cc007254f01c.zip
cpython-d9ede872cd87b8b79b2d9fde7461cc007254f01c.tar.gz
cpython-d9ede872cd87b8b79b2d9fde7461cc007254f01c.tar.bz2
that this is "for Python" is obvious
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/hmac.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/hmac.rst b/Doc/library/hmac.rst
index b2e377f..1446da6 100644
--- a/Doc/library/hmac.rst
+++ b/Doc/library/hmac.rst
@@ -3,7 +3,6 @@
.. module:: hmac
:synopsis: Keyed-Hashing for Message Authentication (HMAC) implementation
- for Python.
.. moduleauthor:: Gerhard Häring <ghaering@users.sourceforge.net>
.. sectionauthor:: Gerhard Häring <ghaering@users.sourceforge.net>