docs: Fix simple typo, thie -> this

There is a small typo in watson/search.py.

Should read `this` rather than `thie`.
This commit is contained in:
Tim Gates 2020-03-10 05:53:33 +11:00 committed by Guillaume Baffoin
parent 5b72d6f13b
commit 6b6be809d7
1 changed files with 1 additions and 1 deletions

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.