From 0d912258921a442c48d5787228db2db5af7e8fa5 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Sun, 2 Mar 2014 15:25:53 +0100 Subject: Fixed many typos in comments and docstrings. Thanks Piotr Kasprzyk for help with the patch. --- tests/defer/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/defer/tests.py') diff --git a/tests/defer/tests.py b/tests/defer/tests.py index 266a851ffe..43a088f3e2 100644 --- a/tests/defer/tests.py +++ b/tests/defer/tests.py @@ -110,7 +110,7 @@ class DeferTests(TestCase): obj.name = "c2" obj.save() - # You can retrive a single column on a base class with no fields + # You can retrieve a single column on a base class with no fields obj = Child.objects.only("name").get(name="c2") self.assert_delayed(obj, 3) self.assertEqual(obj.name, "c2") -- cgit v1.2.1