Tweaks to the X509StoreContextError docstring.
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 @@
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`
"""