diff options
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r-- | docs/hazmat/primitives/hmac.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/hmac.rst b/docs/hazmat/primitives/hmac.rst index 76b7e24c..14aaf19f 100644 --- a/docs/hazmat/primitives/hmac.rst +++ b/docs/hazmat/primitives/hmac.rst @@ -34,7 +34,7 @@ message. .. method:: update(msg) - :param bytes msg The bytes you wish to hash. + :param bytes msg: The bytes you wish to hash. .. method:: copy() |