From b6dc0a196b591f8bcd48fef2d9f9b7d2a6566f7a Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Tue, 16 Apr 2019 09:07:57 +0900 Subject: [PATCH] fix: [typo] Fixed a small typo I noticed in the docs. --- pymisp/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymisp/api.py b/pymisp/api.py index 1a1f5f3..49ecfc3 100644 --- a/pymisp/api.py +++ b/pymisp/api.py @@ -63,7 +63,7 @@ class PyMISP(object): :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 certiifcate (the concatenation of all the \*.crt of the chain) + :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 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