summaryrefslogtreecommitdiff
path: root/test/orm/test_evaluator.py
diff options
context:
space:
mode:
authorcui fliter <imcusg@gmail.com>2022-06-04 18:16:27 +0800
committerGitHub <noreply@github.com>2022-06-04 12:16:27 +0200
commit8131ef51ef2507238e9e9a32bc1cbec19dd3a600 (patch)
tree1640cd3ff57e0462b754fa8132e65d926e889caf /test/orm/test_evaluator.py
parent7f20d506937a92019d2c44fd7804ed0f17d6a482 (diff)
downloadsqlalchemy-8131ef51ef2507238e9e9a32bc1cbec19dd3a600.tar.gz
fix some typos (#8093)
Signed-off-by: cuishuang <imcusg@gmail.com>
Diffstat (limited to 'test/orm/test_evaluator.py')
-rw-r--r--test/orm/test_evaluator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/orm/test_evaluator.py b/test/orm/test_evaluator.py
index 33692505c..104e47ae8 100644
--- a/test/orm/test_evaluator.py
+++ b/test/orm/test_evaluator.py
@@ -245,7 +245,7 @@ class EvaluateTest(fixtures.MappedTest):
],
)
- def test_mulitple_expressions(self):
+ def test_multiple_expressions(self):
User = self.classes.User
evaluator = compiler.process(User.id > 5, User.name == "ed")