From 0277ec7b9d894b16b5ef83ec722c321d5cb3c0e4 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Mon, 13 Sep 2021 04:46:48 +1000 Subject: [PATCH] test_update_delete - fix the fixed comment (#7020) Spelling Criteria right. Fixes 3ea321ce22438c5b7450e027d087437474eb4498 Also makes it PEP8 compatible again to be under 80 characters. --- test/orm/test_update_delete.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/orm/test_update_delete.py b/test/orm/test_update_delete.py index 30c179ee3b..54a9d163dd 100644 --- a/test/orm/test_update_delete.py +++ b/test/orm/test_update_delete.py @@ -317,7 +317,7 @@ class UpdateDeleteTest(fixtures.MappedTest): if expire_jane_age: asserter.assert_( # it has to unexpire jane.name, because jane is not fully - # expired and the critieria needs to look at this particular + # expired and the criteria needs to look at this particular # key CompiledSQL( "SELECT users.age_int AS users_age_int, " @@ -335,7 +335,7 @@ class UpdateDeleteTest(fixtures.MappedTest): else: asserter.assert_( # it has to unexpire jane.name, because jane is not fully - # expired and the critieria needs to look at this particular + # expired and the criteria needs to look at this particular # key CompiledSQL( "SELECT users.name AS users_name FROM users " -- 2.47.2