From feb1743114f6ef84680e28421f1a404dbc586403 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Sun, 15 Mar 2015 15:49:45 -0400 Subject: Tweaks to the X509StoreContextError docstring. --- OpenSSL/crypto.py | 4 ++-- 1 file 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` """ -- cgit v1.2.1