mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-03-16 22:00:22 +00:00
Merge pull request #267 from timgates42/bugfix_typo_this
docs: Fix simple typo, thie -> this
This commit is contained in:
commit
63b1986ea6
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue