aboutsummaryrefslogtreecommitdiffstats
path: root/docs/exceptions.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-24 19:04:46 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-24 19:04:46 -0600
commit0377f5a78de949f2f1e719ac89cf8b98b910bf81 (patch)
tree47247662ee64c5e00625de410abd2d9a6ab50fc7 /docs/exceptions.rst
parent8dd9713ae2a69a3e870275c088df08ce2a50dce9 (diff)
downloadcryptography-0377f5a78de949f2f1e719ac89cf8b98b910bf81.tar.gz
cryptography-0377f5a78de949f2f1e719ac89cf8b98b910bf81.tar.bz2
cryptography-0377f5a78de949f2f1e719ac89cf8b98b910bf81.zip
rename PKCS1->PKCS1v15 & UnsupportedAsymmetricPadding->UnsupportedPadding
Diffstat (limited to 'docs/exceptions.rst')
-rw-r--r--docs/exceptions.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/exceptions.rst b/docs/exceptions.rst
index 38bd0e47..0982426f 100644
--- a/docs/exceptions.rst
+++ b/docs/exceptions.rst
@@ -44,7 +44,6 @@ Exceptions
computed token does not match the expected token.
-.. class:: UnsupportedAsymmetricPadding
+.. class:: UnsupportedPadding
- This is raised when the chosen asymmetric padding is not supported by the
- backend.
+ This is raised when the chosen padding is not supported by the backend.