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
parent 195d706718
commit e87324b466
No known key found for this signature in database
GPG key ID: AE3BE0D53823CF05

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.