Point to right anchor for client side certificates

pull/198/head
Richard van den Berg 2018-02-26 17:04:38 +01:00
parent 6a3b05fd25
commit 079048545c
1 changed files with 1 additions and 1 deletions

View File

@ -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
"""