From b7a453eecd181dd41c799ee215b7ca73e5ea87bb Mon Sep 17 00:00:00 2001 From: Jonathan McKinsey Date: Wed, 4 Aug 2021 16:20:17 -0700 Subject: [PATCH] Fix spelling error --- splunklib/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/splunklib/client.py b/splunklib/client.py index 39b1dcc34..cea328f9f 100644 --- a/splunklib/client.py +++ b/splunklib/client.py @@ -295,7 +295,7 @@ def connect(**kwargs): :type port: ``integer`` :param scheme: The scheme for accessing the service (the default is "https"). :type scheme: "https" or "http" - :param verify: Enable (True) or disable (False) SSL verrification for + :param verify: Enable (True) or disable (False) SSL verification for https connections. (optional, the default is True) :type verify: ``Boolean`` :param `owner`: The owner context of the namespace (optional). @@ -365,7 +365,7 @@ class Service(_BaseService): :type port: ``integer`` :param scheme: The scheme for accessing the service (the default is "https"). :type scheme: "https" or "http" - :param verify: Enable (True) or disable (False) SSL verrification for + :param verify: Enable (True) or disable (False) SSL verification for https connections. (optional, the default is True) :type verify: ``Boolean`` :param `owner`: The owner context of the namespace (optional; use "-" for wildcard).