commit | 3b0ee97f10decc3eeafa4039facdb1cbfd23d6b9 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sat Nov 15 09:17:33 2014 -0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sat Nov 15 09:17:33 2014 -0800 |
tree | 279f62b8742c338e2a7361b744809f48e0457d4f | |
parent | 27398343217703c5261e67d6c19dda89ba559f1b [diff] [blame] |
Fixed several typos
diff --git a/OpenSSL/crypto.py b/OpenSSL/crypto.py index 313a30a..8d971f2 100644 --- a/OpenSSL/crypto.py +++ b/OpenSSL/crypto.py
@@ -1897,7 +1897,7 @@ def set_ca_certificates(self, cacerts): """ - Replace or set the CA certificates withing the PKCS12 object. + Replace or set the CA certificates within the PKCS12 object. :param cacerts: The new CA certificates. :type cacerts: :py:data:`None` or an iterable of :py:class:`X509`