aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2013-10-28 12:52:47 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2013-10-28 17:36:52 -0500
commit30eabddbade7647e0fb53500356e252eed245c6a (patch)
tree4b435acd66eb54a3d23c3f7edc509ef844d0a2f7 /docs/hazmat
parent2824ab72d30e8423d17496e2c3baa47106505c8c (diff)
downloadcryptography-30eabddbade7647e0fb53500356e252eed245c6a.tar.gz
cryptography-30eabddbade7647e0fb53500356e252eed245c6a.tar.bz2
cryptography-30eabddbade7647e0fb53500356e252eed245c6a.zip
change type of exception raised, fix docs typo
Diffstat (limited to 'docs/hazmat')
-rw-r--r--docs/hazmat/primitives/hmac.rst2
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()