From 079048545cab5e1fc9c63701478caa946cb6a0c0 Mon Sep 17 00:00:00 2001 From: Richard van den Berg Date: Mon, 26 Feb 2018 17:04:38 +0100 Subject: [PATCH] Point to right anchor for client side certificates --- pymisp/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """