From 1caa7fafbd3c9870e1bf2b2ac623872447fc804e Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 26 Apr 2014 13:13:13 -0700 Subject: Fix many typos throughout the codebase Found using: https://github.com/intgr/topy --- test/orm/test_froms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/orm/test_froms.py') diff --git a/test/orm/test_froms.py b/test/orm/test_froms.py index fd4bef71a..64e98e745 100644 --- a/test/orm/test_froms.py +++ b/test/orm/test_froms.py @@ -2408,8 +2408,8 @@ class TestOverlyEagerEquivalentCols(fixtures.MappedTest): sess.add(b2) sess.flush() - # theres an overlapping ForeignKey here, so not much option except - # to artifically control the flush order + # there's an overlapping ForeignKey here, so not much option except + # to artificially control the flush order b2.sub2 = [s2] sess.flush() -- cgit v1.2.1