aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-02 13:34:07 -0800
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-02 13:34:07 -0800
commitadbea0d9456dd9261ef59c3c0f2e3466a3937686 (patch)
treeb2cdc0e15cbf9eafbcd8b87d0b0821165d1de926 /docs/hazmat/primitives
parentc39559c6d629d68674d240d6e6bcdf44a15d90cf (diff)
parent1225270be8af862a82e45342f086419dbedce0fb (diff)
downloadcryptography-adbea0d9456dd9261ef59c3c0f2e3466a3937686.tar.gz
cryptography-adbea0d9456dd9261ef59c3c0f2e3466a3937686.tar.bz2
cryptography-adbea0d9456dd9261ef59c3c0f2e3466a3937686.zip
Merge pull request #391 from alex/spelling-fixes
Correct spelling, fix phrasing, line wrap.
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r--docs/hazmat/primitives/hmac.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/hazmat/primitives/hmac.rst b/docs/hazmat/primitives/hmac.rst
index b8f94fd2..dc5c54f8 100644
--- a/docs/hazmat/primitives/hmac.rst
+++ b/docs/hazmat/primitives/hmac.rst
@@ -74,8 +74,11 @@ message.
.. method:: verify(signature)
- Finalize the current context and securely compare digest to ``signature``.
+ Finalize the current context and securely compare digest to
+ ``signature``.
- :param bytes signature: The bytes of the HMAC signature recieved.
+ :param bytes signature: The bytes to compare the current digest
+ against.
:raises cryptography.exceptions.AlreadyFinalized: See :meth:`finalize`
- :raises cryptography.exceptions.InvalidSignature: If signature does not match digest
+ :raises cryptography.exceptions.InvalidSignature: If signature does not
+ match digest