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/basic/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/basic') diff --git a/tests/basic/tests.py b/tests/basic/tests.py index 976fb1124d..7b1f78a3b6 100644 --- a/tests/basic/tests.py +++ b/tests/basic/tests.py @@ -871,7 +871,7 @@ class SelectOnSaveTests(TestCase): with self.assertNumQueries(2): asos.save() self.assertTrue(FakeQuerySet.called) - # This is not wanted behaviour, but this is how Django has always + # This is not wanted behavior, but this is how Django has always # behaved for databases that do not return correct information # about matched rows for UPDATE. with self.assertRaises(DatabaseError): -- cgit v1.3