Documentation: Fix typos with automated tool (#5319)

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
luzpaz
2024-01-08 11:58:41 -05:00
committed by GitHub
parent f1bf1ddc54
commit 58bf9c552b
22 changed files with 33 additions and 33 deletions

View File

@@ -43,7 +43,7 @@ class TestDelayedQuery(TestCase):
)
def test_get_permission_criteria(self):
# tests contains touples of user instances and the expected filter
# tests contains tuples of user instances and the expected filter
tests = (
(None, [query.Term("has_owner", False)]),
(User(42, username="foo", is_superuser=True), []),
@@ -113,7 +113,7 @@ class TestDelayedQuery(TestCase):
)
def test_tags_query_filters(self):
# tests contains touples of query_parameter dics and the expected whoosh query
# tests contains tuples of query_parameter dics and the expected whoosh query
param = "tags"
field, _ = DelayedQuery.param_map[param]
tests = (