summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--OpenSSL/crypto.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSSL/crypto.py b/OpenSSL/crypto.py
index 0272dd6..28a1589 100644
--- a/OpenSSL/crypto.py
+++ b/OpenSSL/crypto.py
@@ -1392,12 +1392,12 @@ class X509StoreContext(object):
"""
An X.509 store context.
- A :py:class:`X509StoreContext` is used to verify a certificate in some
+ An :py:class:`X509StoreContext` is used to verify a certificate in some
context in conjunction with :py:func:`verify_cert`. The information
encapsulated in this object includes, but is not limited to, a set of
trusted certificates, verification parameters and revoked certificates.
- :param store: A :py:class:`X509Store` of trusted certificates.
+ :param store: An :py:class:`X509Store` of trusted certificates.
:param cert: An :py:class:`X509` certificate to be validated during a
subsequent call to :py:func:`verify_cert`.
"""