Merge pull request #267 from timgates42/bugfix_typo_this

docs: Fix simple typo, thie -> this
This commit is contained in:
Dave Hall 2020-03-09 20:35:04 +00:00 committed by GitHub
commit 63b1986ea6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -366,7 +366,7 @@ class SearchEngine(object):
engine_slug=engine_slug,
)
)
# Initialize thie engine.
# Initialize this engine.
self._registered_models = {}
self._engine_slug = engine_slug
# Store the search context.