Skip to content

Commit 65350a5

Browse files
committed
chore(AlgoliaEngine): Fix docstring missing word
1 parent e4b1dda commit 65350a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algoliasearch_django/registration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class RegistrationError(AlgoliaEngineError):
2222

2323
class AlgoliaEngine(object):
2424
def __init__(self, settings=SETTINGS):
25-
"""Initializes Algolia engine."""
25+
"""Initializes the Algolia engine."""
2626

2727
try:
2828
app_id = settings['APPLICATION_ID']

0 commit comments

Comments
 (0)