summaryrefslogtreecommitdiff
path: root/tests/update_only_fields
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/update_only_fields
parent378f94e39e566c915fe60e01f0ea7e52343513da (diff)
[1.7.x] Fixed typos using https://github.com/vlajos/misspell_fixer
Backport of a71a2ea756 from master
Diffstat (limited to 'tests/update_only_fields')
-rw-r--r--tests/update_only_fields/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/update_only_fields/tests.py b/tests/update_only_fields/tests.py
index cfca761e4c..8a5586b500 100644
--- a/tests/update_only_fields/tests.py
+++ b/tests/update_only_fields/tests.py
@@ -73,7 +73,7 @@ class UpdateOnlyFieldsTests(TestCase):
with self.assertNumQueries(1):
s1.save()
# Test that the deferred class does not remember that gender was
- # set, instead the instace should remember this.
+ # set, instead the instance should remember this.
s1 = Person.objects.only('name').get(pk=s.pk)
with self.assertNumQueries(1):
s1.save()