aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/interfaces.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-26 23:39:37 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-26 23:39:37 -0400
commitfef1fbd1187b7fc80589553fb192210dd15a3a1c (patch)
tree4824417364e944f62ee506ebc157d2c5567c595c /docs/hazmat/primitives/interfaces.rst
parenta0c157f467536b556481f7c2ee950612f4f8f7e7 (diff)
downloadcryptography-fef1fbd1187b7fc80589553fb192210dd15a3a1c.tar.gz
cryptography-fef1fbd1187b7fc80589553fb192210dd15a3a1c.tar.bz2
cryptography-fef1fbd1187b7fc80589553fb192210dd15a3a1c.zip
address some review comments
Diffstat (limited to 'docs/hazmat/primitives/interfaces.rst')
-rw-r--r--docs/hazmat/primitives/interfaces.rst4
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