From 1dcc603efff8229838f27019668d864a0bcbfa59 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 28 May 2014 17:39:14 -0700 Subject: Fixed several typos in Django --- tests/model_inheritance/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/model_inheritance') diff --git a/tests/model_inheritance/tests.py b/tests/model_inheritance/tests.py index 15c94c6087..0af96b820d 100644 --- a/tests/model_inheritance/tests.py +++ b/tests/model_inheritance/tests.py @@ -69,7 +69,7 @@ class ModelInheritanceTests(TestCase): # access to the fields of their ancestors. # Create a couple of Places. Place.objects.create(name="Master Shakes", address="666 W. Jersey") - Place.objects.create(name="Ace Harware", address="1013 N. Ashland") + Place.objects.create(name="Ace Hardware", address="1013 N. Ashland") # Test constructor for Restaurant. r = Restaurant.objects.create( -- cgit v1.3