mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Documentation clarity and grammer fixes.
This commit is contained in:
parent
5093d97130
commit
831467cce6
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue