summaryrefslogtreecommitdiff
path: root/tests/model_inheritance_regress/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/model_inheritance_regress/tests.py')
-rw-r--r--tests/model_inheritance_regress/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/model_inheritance_regress/tests.py b/tests/model_inheritance_regress/tests.py
index 745a63f7e6..7e1c4b81bf 100644
--- a/tests/model_inheritance_regress/tests.py
+++ b/tests/model_inheritance_regress/tests.py
@@ -165,7 +165,7 @@ class ModelInheritanceTest(TestCase):
serves_hot_dogs=True,
serves_pizza=False)
- # This should delete both Restuarants, plus the related places, plus
+ # This should delete both Restaurants, plus the related places, plus
# the ItalianRestaurant.
Restaurant.objects.all().delete()