From e87324b466ba5210307c7ef660eb5d6e5dbf11d2 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 10 Mar 2020 05:53:33 +1100 Subject: [PATCH] docs: Fix simple typo, thie -> this There is a small typo in watson/search.py. Should read `this` rather than `thie`. --- watson/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watson/search.py b/watson/search.py index 4547a55..ce222ab 100644 --- a/watson/search.py +++ b/watson/search.py @@ -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.