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).
@@ -367,7 +367,7 @@ class Service(_BaseService):
367367 :type port: ``integer``
368368 :param scheme: The scheme for accessing the service (the default is "https").
369369 :type scheme: "https" or "http"
370- :param verify: Enable (True) or disable (False) SSL verrification for
370+ :param verify: Enable (True) or disable (False) SSL verification for
371371 https connections. (optional, the default is True)
372372 :type verify: ``Boolean``
373373 :param `owner`: The owner context of the namespace (optional; use "-" for wildcard).
You can’t perform that action at this time.
0 commit comments