diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-02-18 13:17:53 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-02-18 13:17:53 -0600 |
commit | dd3780a0e516b2c07e02f5b3afc02a79bfe44c6f (patch) | |
tree | d66ded0dce772f5d398ab9fa4504026865b643d7 /docs/hazmat/primitives | |
parent | eda558ce9ffca610ee628884041832da4afb7645 (diff) | |
download | cryptography-dd3780a0e516b2c07e02f5b3afc02a79bfe44c6f.tar.gz cryptography-dd3780a0e516b2c07e02f5b3afc02a79bfe44c6f.tar.bz2 cryptography-dd3780a0e516b2c07e02f5b3afc02a79bfe44c6f.zip |
some grammar fixes, rename a method or two
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r-- | docs/hazmat/primitives/interfaces.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst index e97f40f4..6fbc61b0 100644 --- a/docs/hazmat/primitives/interfaces.rst +++ b/docs/hazmat/primitives/interfaces.rst @@ -252,7 +252,7 @@ Asymmetric Interfaces :param bytes data: The data you wish to verify using the signature. - .. method:: finalize() + .. method:: verify() :raises cryptography.exceptions.InvalidSignature: If signature does not validate. |