diff options
Diffstat (limited to 'tests/basic')
| -rw-r--r-- | tests/basic/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |
