]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
test_update_delete - fix the fixed comment (#7020)
authorDaniel Black <daniel@mariadb.org>
Sun, 12 Sep 2021 18:46:48 +0000 (04:46 +1000)
committerGitHub <noreply@github.com>
Sun, 12 Sep 2021 18:46:48 +0000 (20:46 +0200)
Spelling Criteria right.

Fixes 3ea321ce22438c5b7450e027d087437474eb4498

Also makes it PEP8 compatible again to be under 80
characters.

test/orm/test_update_delete.py

index 30c179ee3b1d7d8309371bd7c53eb8d7ade5c414..54a9d163dddc8b57d0510ae1e7a55d83083274cf 100644 (file)
@@ -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 "