diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-27 15:59:17 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-27 15:59:17 -0800 |
commit | 288403a1a45554609d8b519d8b8d5a5abc9576c5 (patch) | |
tree | e0a5eba0ddd1268612c1fe2cff394e0e5b7f1bc4 | |
parent | b2774f53bc5840ae7c414ee78bef654a2ae89f01 (diff) | |
download | cryptography-288403a1a45554609d8b519d8b8d5a5abc9576c5.tar.gz cryptography-288403a1a45554609d8b519d8b8d5a5abc9576c5.tar.bz2 cryptography-288403a1a45554609d8b519d8b8d5a5abc9576c5.zip |
Attempt some more natural language
-rw-r--r-- | docs/exceptions.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/exceptions.rst b/docs/exceptions.rst index f9e29f3c..1e31e31c 100644 --- a/docs/exceptions.rst +++ b/docs/exceptions.rst @@ -10,8 +10,8 @@ Exceptions .. class:: InvalidSignature - This is raised when the verify method of a hash context does not - compare equal. + This is raised when the verify method of a hash context's computed digest + does not match the expected digest. .. class:: NotYetFinalized @@ -34,5 +34,5 @@ Exceptions .. class:: InvalidKey - This is raised when the verify method of a key derivation function does not - compare equal. + This is raised when the verify method of a key derivation function's + computed key does not match the expected key. |