From: Daniel Black Date: Sun, 12 Sep 2021 18:46:48 +0000 (+1000) Subject: test_update_delete - fix the fixed comment (#7020) X-Git-Tag: rel_1_4_24~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0277ec7b9d894b16b5ef83ec722c321d5cb3c0e4;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git test_update_delete - fix the fixed comment (#7020) Spelling Criteria right. Fixes 3ea321ce22438c5b7450e027d087437474eb4498 Also makes it PEP8 compatible again to be under 80 characters. --- 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 "