summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2015-01-18 15:27:41 -0500
committerStephen Holsapple <sholsapp@gmail.com>2015-01-30 17:49:38 -0800
commit282d3c81ce78d05540bf18cfce105581ed890350 (patch)
treec944f3dbb60f518d2452b78944682f38a9dc002a
parentc1a15a44e3fd64aa4a8608aab922f71aeb625e27 (diff)
downloadpyopenssl-282d3c81ce78d05540bf18cfce105581ed890350.tar.gz
four space indent
-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):