We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1257218 commit acb7b3aCopy full SHA for acb7b3a
algoliasearch/transport.py
@@ -72,7 +72,7 @@ def _app_req(self, host, path, meth, timeout, params, data):
72
"""
73
Perform an HTTPS request with AppEngine's urlfetch. SSL certificate
74
will not validate when the request is on a domain which is not a
75
- aloglia.net subdomain, a SNI is not available by default on GAE. Hence,
+ algolia.net subdomain, a SNI is not available by default on GAE. Hence,
76
we do set validate_certificate to False when calling those domains.
77
78
meth = APPENGINE_METHODS.get(meth)
0 commit comments