summaryrefslogtreecommitdiff
path: root/rsa/pkcs1.py
diff options
context:
space:
mode:
Diffstat (limited to 'rsa/pkcs1.py')
-rw-r--r--rsa/pkcs1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsa/pkcs1.py b/rsa/pkcs1.py
index 4ca0f96..fbe9fe7 100644
--- a/rsa/pkcs1.py
+++ b/rsa/pkcs1.py
@@ -217,7 +217,7 @@ def decrypt(crypto, priv_key):
>>> decrypt(crypto, priv_key)
Traceback (most recent call last):
...
- rsa.pkcs1.DecryptionError: Decryption failed
+ DecryptionError: Decryption failed
'''