diff options
Diffstat (limited to 'tests/model_forms')
| -rw-r--r-- | tests/model_forms/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/model_forms/tests.py b/tests/model_forms/tests.py index 8ebc46625c..98de9c95f2 100644 --- a/tests/model_forms/tests.py +++ b/tests/model_forms/tests.py @@ -1116,7 +1116,7 @@ class ModelFormBasicTests(TestCase): self.assertEqual(f.cleaned_data['slug'], 'entertainment') self.assertEqual(f.cleaned_data['url'], 'entertainment') c1 = f.save() - # Testing wether the same object is returned from the + # Testing whether the same object is returned from the # ORM... not the fastest way... self.assertEqual(Category.objects.count(), 1) |
