diff options
Diffstat (limited to 'searxng_extra/docs_prebuild')
-rwxr-xr-x | searxng_extra/docs_prebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searxng_extra/docs_prebuild b/searxng_extra/docs_prebuild index 220bafca9..f19d59800 100755 --- a/searxng_extra/docs_prebuild +++ b/searxng_extra/docs_prebuild @@ -64,7 +64,7 @@ def _instance_infosetset_ctx(base_url): with app.test_request_context(base_url=base_url): yield InfoPageSet() - # The searx.webapp import from above fires some HTTP requests, thats + # The searx.webapp import from above fires some HTTP requests, that's # why we get a RuntimeError:: # # RuntimeError: The connection pool was closed while 1 HTTP \ |