diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-02-26 23:39:37 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-02-26 23:39:37 -0400 |
commit | fef1fbd1187b7fc80589553fb192210dd15a3a1c (patch) | |
tree | 4824417364e944f62ee506ebc157d2c5567c595c /docs/hazmat/primitives | |
parent | a0c157f467536b556481f7c2ee950612f4f8f7e7 (diff) | |
download | cryptography-fef1fbd1187b7fc80589553fb192210dd15a3a1c.tar.gz cryptography-fef1fbd1187b7fc80589553fb192210dd15a3a1c.tar.bz2 cryptography-fef1fbd1187b7fc80589553fb192210dd15a3a1c.zip |
address some review comments
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r-- | docs/hazmat/primitives/interfaces.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst index 53113223..15ad1d1b 100644 --- a/docs/hazmat/primitives/interfaces.rst +++ b/docs/hazmat/primitives/interfaces.rst @@ -254,8 +254,8 @@ Asymmetric Interfaces .. method:: verify() - :raises :class:`~cryptography.exceptions.InvalidAsymmetricSignature`: If - the signature does not validate. + :raises cryptography.exceptions.InvalidSignature: If the signature does + not validate. .. class:: AsymmetricPadding |