[Python-checkins] cpython (2.7): that this is "for Python" is obvious

benjamin.peterson python-checkins at python.org
Sat Jun 6 04:04:13 CEST 2015


https://hg.python.org/cpython/rev/9ac8df41dde7
changeset:   96523:9ac8df41dde7
branch:      2.7
parent:      96497:7606bb143c09
user:        Benjamin Peterson <benjamin at python.org>
date:        Fri Jun 05 21:03:08 2015 -0500
summary:
  that this is "for Python" is obvious

files:
  Doc/library/hmac.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/hmac.rst b/Doc/library/hmac.rst
--- 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 at users.sourceforge.net>
 .. sectionauthor:: Gerhard Häring <ghaering at users.sourceforge.net>
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list