From 31432154449472cd179ca047924c6292a751be42 Mon Sep 17 00:00:00 2001 From: Michael Elsdoerfer Date: Tue, 14 Oct 2008 01:38:40 +0200 Subject: [PATCH] fixed typo --- tests/test_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_models.py b/tests/test_models.py index fc7838b..c7f94bc 100644 --- a/tests/test_models.py +++ b/tests/test_models.py @@ -253,7 +253,7 @@ def test_relationships(): def test_column_data(): """Further test the ``data`` column property in a ModelTable scenario. - Other tests already touched on this, for example ``test_realtionships``. + Other tests already touched on this, for example ``test_relationships``. """ class CountryTable(tables.ModelTable): -- 2.26.2