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):
295
295
:type port: ``integer``
296
296
:param scheme: The scheme for accessing the service (the default is "https").
297
297
: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
299
299
https connections. (optional, the default is True)
300
300
:type verify: ``Boolean``
301
301
:param `owner`: The owner context of the namespace (optional).
@@ -367,7 +367,7 @@ class Service(_BaseService):
367
367
:type port: ``integer``
368
368
:param scheme: The scheme for accessing the service (the default is "https").
369
369
: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
371
371
https connections. (optional, the default is True)
372
372
:type verify: ``Boolean``
373
373
:param `owner`: The owner context of the namespace (optional; use "-" for wildcard).
You can’t perform that action at this time.
0 commit comments