Documentation clarity and grammer fixes.

This commit is contained in:
Julian Krause 2013-12-26 21:12:58 -08:00
parent 5093d97130
commit 831467cce6
2 changed files with 2 additions and 2 deletions

View file

@ -167,5 +167,5 @@ class HashContext(six.with_metaclass(abc.ABCMeta)):
def verify(self, signature):
"""
Compare hash digest to signature and raises InvalidSignature
they are not equal.
if they are not equal.
"""

View file

@ -10,7 +10,7 @@ Exceptions
.. class:: InvalidSignature
This is raised when the verify function of a hash function does not
This is raised when the verify method of a hash context does not
compare equal.