aboutsummaryrefslogtreecommitdiffstats
path: root/docs/exceptions.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-11-02 16:57:10 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-11-02 16:57:10 -0700
commit3949f1171084c2e1cfe43f638857ea0e0f8f246d (patch)
tree5699ddce355497cbb6890e9c55013d64e7cfc9d8 /docs/exceptions.rst
parent738ac5a8e986dbba472232711be7fae804a01576 (diff)
downloadcryptography-3949f1171084c2e1cfe43f638857ea0e0f8f246d.tar.gz
cryptography-3949f1171084c2e1cfe43f638857ea0e0f8f246d.tar.bz2
cryptography-3949f1171084c2e1cfe43f638857ea0e0f8f246d.zip
Changed excpetion name based on feedback from dreid
Diffstat (limited to 'docs/exceptions.rst')
-rw-r--r--docs/exceptions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/exceptions.rst b/docs/exceptions.rst
index b391e620..6ac11b3c 100644
--- a/docs/exceptions.rst
+++ b/docs/exceptions.rst
@@ -3,7 +3,7 @@ Exceptions
.. currentmodule:: cryptography.exceptions
-.. class:: NoSuchAlgorithm
+.. class:: UnsupportedAlgorithm
This is raised when a backend doesn't support the requested algorithm (or
combination of algorithms).