diff options
Diffstat (limited to 'test/orm/eager_relations.py')
| -rw-r--r-- | test/orm/eager_relations.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/orm/eager_relations.py b/test/orm/eager_relations.py index f329fff66..dc7349b4f 100644 --- a/test/orm/eager_relations.py +++ b/test/orm/eager_relations.py @@ -491,7 +491,7 @@ class EagerTest(_fixtures.FixtureTest): @testing.fails_on('maxdb') @testing.resolve_artifact_names def test_limit_3(self): - """test that the ORDER BY is propigated from the inner select to the outer select, when using the + """test that the ORDER BY is propagated from the inner select to the outer select, when using the 'wrapped' select statement resulting from the combination of eager loading and limit/offset clauses.""" mapper(Item, items) |
