commit | 282d3c81ce78d05540bf18cfce105581ed890350 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Sun Jan 18 15:27:41 2015 -0500 |
committer | Stephen Holsapple <sholsapp@gmail.com> | Fri Jan 30 17:49:38 2015 -0800 |
tree | c944f3dbb60f518d2452b78944682f38a9dc002a | |
parent | c1a15a44e3fd64aa4a8608aab922f71aeb625e27 [diff] [blame] |
four space indent
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 @@ :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):