diff options
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 faaedf4..6ffd00a 100644 --- a/Doc/library/hmac.rst +++ b/Doc/library/hmac.rst @@ -54,5 +54,5 @@ An HMAC object has the following methods: .. seealso:: Module :mod:`hashlib` - The python module providing secure hash functions. + The Python module providing secure hash functions. |