summaryrefslogtreecommitdiff
path: root/test/orm/eager_relations.py
diff options
context:
space:
mode:
authorMichael Trier <mtrier@gmail.com>2008-11-09 01:53:08 +0000
committerMichael Trier <mtrier@gmail.com>2008-11-09 01:53:08 +0000
commit4cd99f5536077718b0f80670508d7310f47b4a25 (patch)
treea380a685b3fd73a2a4ff5806c3ead31bec9b9f87 /test/orm/eager_relations.py
parenta8c308f34974befb02351d1788298c9b24f8265c (diff)
downloadsqlalchemy-4cd99f5536077718b0f80670508d7310f47b4a25.tar.gz
Global propigate -> propagate change to correct spelling. Additionally found a couple of insures that should be ensure.
Diffstat (limited to 'test/orm/eager_relations.py')
-rw-r--r--test/orm/eager_relations.py2
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)