File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ def connect(**kwargs):
295295 :type port: ``integer``
296296 :param scheme: The scheme for accessing the service (the default is "https").
297297 :type scheme: "https" or "http"
298- :param verify: Enable (True) or disable (False) SSL verrification for
298+ :param verify: Enable (True) or disable (False) SSL verification for
299299 https connections. (optional, the default is True)
300300 :type verify: ``Boolean``
301301 :param `owner`: The owner context of the namespace (optional).
@@ -365,7 +365,7 @@ class Service(_BaseService):
365365 :type port: ``integer``
366366 :param scheme: The scheme for accessing the service (the default is "https").
367367 :type scheme: "https" or "http"
368- :param verify: Enable (True) or disable (False) SSL verrification for
368+ :param verify: Enable (True) or disable (False) SSL verification for
369369 https connections. (optional, the default is True)
370370 :type verify: ``Boolean``
371371 :param `owner`: The owner context of the namespace (optional; use "-" for wildcard).
You can’t perform that action at this time.
0 commit comments