Typo in docs

Thanks to Anatoliy Chakkaev for pointing it out.

Closes GH-841.
v0.7.4-release
Ryan Dahl 2011-03-28 15:59:41 -07:00
parent a66e45693c
commit e9a1dd7930
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ This can be called many times with new data as it is streamed.
### verifier.verify(cert, signature, signature_format='binary')
Verifies the signed data by using the `cert` which is a string containing
the PEM encoded public key, and `signature`, which is the previously calculates
the PEM encoded certificate, and `signature`, which is the previously calculates
signature for the data, in the `signature_format` which can be `'binary'`, `'hex'` or `'base64'`.
Returns true or false depending on the validity of the signature for the data and public key.