summaryrefslogtreecommitdiff
path: root/tests/model_forms
diff options
context:
space:
mode:
authorVeres Lajos <vlajos@gmail.com>2014-11-03 22:48:03 +0000
committerTim Graham <timograham@gmail.com>2014-11-03 21:07:05 -0500
commit6b32adda5935baa7cf99886c6c41a4eda358d2ef (patch)
tree455d3e5e92f49b9c01f6970c81feccc0f1b272d4 /tests/model_forms
parent378f94e39e566c915fe60e01f0ea7e52343513da (diff)
[1.7.x] Fixed typos using https://github.com/vlajos/misspell_fixer
Backport of a71a2ea756 from master
Diffstat (limited to 'tests/model_forms')
-rw-r--r--tests/model_forms/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/model_forms/tests.py b/tests/model_forms/tests.py
index f05307851f..eaf0c57863 100644
--- a/tests/model_forms/tests.py
+++ b/tests/model_forms/tests.py
@@ -1097,7 +1097,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)