summaryrefslogtreecommitdiff
path: root/OpenSSL/crypto.py
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSSL/crypto.py')
-rw-r--r--OpenSSL/crypto.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSSL/crypto.py b/OpenSSL/crypto.py
index 5093745..2e58f82 100644
--- a/OpenSSL/crypto.py
+++ b/OpenSSL/crypto.py
@@ -1362,9 +1362,9 @@ X509StoreType = X509Store
class X509StoreContextError(Exception):
"""
An error occurred while verifying a certificate using
- `OpenSSL.X509StoreContext.verify_certificate`.
+ `OpenSSL.X509StoreContext.verify_certificate`.
- :param certificate: The certificate which caused verificate failure.
+ :ivar certificate: The certificate which caused verificate failure.
:type cert: :class:`X509`
"""