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 e4b1dda commit 65350a5Copy full SHA for 65350a5
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