From: Michael Elsdoerfer Date: Mon, 13 Oct 2008 23:38:40 +0000 (+0200) Subject: fixed typo X-Git-Tag: 0.2~36 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=31432154449472cd179ca047924c6292a751be42;p=django-tables2.git fixed typo --- 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):