From 288403a1a45554609d8b519d8b8d5a5abc9576c5 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 27 Jan 2014 15:59:17 -0800 Subject: Attempt some more natural language --- docs/exceptions.rst | 8 ++++---- 1 file 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. -- cgit v1.2.3