summaryrefslogtreecommitdiff
path: root/cryptography/exceptions.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-07-07 15:15:05 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-07-07 15:15:05 -0500
commit965dbbe2301c667b51e310b503bd25cfa5a3bac3 (patch)
treef1c1275dd315d8debcee7887b4d06f9ce5083490 /cryptography/exceptions.py
parentcc5d1bf129c7e1a41906101fd1cb142b74765303 (diff)
downloadcryptography-965dbbe2301c667b51e310b503bd25cfa5a3bac3.tar.gz
change some nomenclature
Diffstat (limited to 'cryptography/exceptions.py')
-rw-r--r--cryptography/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/exceptions.py b/cryptography/exceptions.py
index 3ccfaf513..c14763f73 100644
--- a/cryptography/exceptions.py
+++ b/cryptography/exceptions.py
@@ -22,7 +22,7 @@ class _Reasons(object):
UNSUPPORTED_MGF = object()
UNSUPPORTED_PUBLIC_KEY_ALGORITHM = object()
UNSUPPORTED_ELLIPTIC_CURVE = object()
- UNSUPPORTED_KEY_FORMAT = object()
+ UNSUPPORTED_SERIALIZATION = object()
class UnsupportedAlgorithm(Exception):