summaryrefslogtreecommitdiff
path: root/tests/update_only_fields/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/update_only_fields/tests.py')
-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 324fc183d4..095858fa49 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()