summaryrefslogtreecommitdiff
path: root/tests/basic
diff options
context:
space:
mode:
authorRodolfo Carvalho <rhcarvalho@gmail.com>2014-03-02 15:25:53 +0100
committerTim Graham <timograham@gmail.com>2014-03-03 07:38:09 -0500
commit0d912258921a442c48d5787228db2db5af7e8fa5 (patch)
treef6826425de5bca2498c46e5242b870282a34eda2 /tests/basic
parent6acaa5238668593d6d854b28dbfa65e95796585c (diff)
Fixed many typos in comments and docstrings.
Thanks Piotr Kasprzyk for help with the patch.
Diffstat (limited to 'tests/basic')
-rw-r--r--tests/basic/tests.py2
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):