chore: removing unnecessary double spaces, a.k.a. "shotgun holes" (#22852)

This commit is contained in:
Evan Rusackas
2023-01-26 11:48:41 -07:00
committed by GitHub
parent 446d1779e1
commit 6998f65e1d
14 changed files with 20 additions and 20 deletions

View File

@@ -102,7 +102,7 @@ class DatabaseMixin:
),
"expose_in_sqllab": _("Expose this DB in SQL Lab"),
"allow_run_async": _(
"Operate the database in asynchronous mode, meaning "
"Operate the database in asynchronous mode, meaning "
"that the queries are executed on remote workers as opposed "
"to on the web server itself. "
"This assumes that you have a Celery worker setup as well "