More inclusive language

This commit is contained in:
Simon Willison 2021-06-02 21:45:03 -07:00
commit 6e9b07be92
3 changed files with 3 additions and 3 deletions

View file

@ -540,7 +540,7 @@ def serve(
# Run the "startup" plugin hooks
asyncio.get_event_loop().run_until_complete(ds.invoke_startup())
# Run async sanity checks - but only if we're not under pytest
# Run async soundness checks - but only if we're not under pytest
asyncio.get_event_loop().run_until_complete(check_databases(ds))
if get: