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 7b3fb53 commit 0de3b0fCopy full SHA for 0de3b0f
algoliasearch_django/registration.py
@@ -22,7 +22,7 @@ class RegistrationError(AlgoliaEngineError):
22
23
class AlgoliaEngine(object):
24
def __init__(self, settings=SETTINGS):
25
- """Initializes Algolia engine."""
+ """Initializes the Algolia engine."""
26
27
try:
28
app_id = settings['APPLICATION_ID']
0 commit comments