summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2015-03-15 15:49:45 -0400
committerJean-Paul Calderone <exarkun@twistedmatrix.com>2015-03-15 15:49:45 -0400
commitfeb1743114f6ef84680e28421f1a404dbc586403 (patch)
tree26924c6d8c0d9eef827916242c33e410cf2183c8
parent130cd0ea0d9db22fbe44d830730bb00dc37d6185 (diff)
downloadpyopenssl-feb1743114f6ef84680e28421f1a404dbc586403.tar.gz
Tweaks to the X509StoreContextError docstring.
-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`
"""