From da0373a615656885c933def0b80d229ecfcbfa56 Mon Sep 17 00:00:00 2001 From: "Bernhard E. Reiter" Date: Thu, 14 May 2020 09:42:24 +0200 Subject: [PATCH] Update docstring in api.py * remove typo in ssl parameter docstring. * Add hint that other certs (which are not in the default CAs, but also are not self signed in a strict sense) can also use the CA_BUNDLE function of the ssl parameter. --- pymisp/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymisp/api.py b/pymisp/api.py index 65813b6..9ec6227 100644 --- a/pymisp/api.py +++ b/pymisp/api.py @@ -82,7 +82,7 @@ class PyMISP: :param url: URL of the MISP instance you want to connect to :param key: API key of the user you want to use - :param ssl: can be True or False (to check ot not the validity of the certificate. Or a CA_BUNDLE in case of self signed certificate (the concatenation of all the *.crt of the chain) + :param ssl: can be True or False (to check or to not check the validity of the certificate. Or a CA_BUNDLE in case of self signed or other certificate (the concatenation of all the *.crt of the chain) :param debug: Write all the debug information to stderr :param proxies: Proxy dict as describes here: http://docs.python-requests.org/en/master/user/advanced/#proxies :param cert: Client certificate, as described there: http://docs.python-requests.org/en/master/user/advanced/#client-side-certificates