diff --git a/pymisp/api.py b/pymisp/api.py index 7e61262..0920bbc 100644 --- a/pymisp/api.py +++ b/pymisp/api.py @@ -53,7 +53,7 @@ class PyMISP(object): :param out_type: Type of object (json) NOTE: XML output isn't supported anymore, keeping the flag for compatibility reasons. :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/#ssl-cert-verification + :param cert: Client certificate, as described there: http://docs.python-requests.org/en/master/user/advanced/#client-side-certificates :param asynch: Use asynchronous processing where possible """