summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--OpenSSL/crypto.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSSL/crypto.py b/OpenSSL/crypto.py
index 28a1589..5a46983 100644
--- a/OpenSSL/crypto.py
+++ b/OpenSSL/crypto.py
@@ -1399,7 +1399,7 @@ class X509StoreContext(object):
: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`.
+ subsequent call to :py:func:`verify_cert`.
"""
def __init__(self, store, cert):