From a71a2ea756673cd3c7a2c5125fa7e7f334b05475 Mon Sep 17 00:00:00 2001 From: Veres Lajos Date: Mon, 3 Nov 2014 22:48:03 +0000 Subject: Fixed typos using https://github.com/vlajos/misspell_fixer --- tests/update_only_fields/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/update_only_fields') 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() -- cgit v1.3