From 45aaced91e4789c3a08b17f0908010923361dbec Mon Sep 17 00:00:00 2001 From: Adam Taylor Date: Tue, 20 Jan 2015 07:54:12 -0700 Subject: [1.8.x] Fixed typos in code comments. Backport of 039465a6a7a18f48ea77ceadb6949990c0ec92e1 from master --- tests/model_fields/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/model_fields') diff --git a/tests/model_fields/tests.py b/tests/model_fields/tests.py index a9ce43cae6..1e30297f66 100644 --- a/tests/model_fields/tests.py +++ b/tests/model_fields/tests.py @@ -333,7 +333,7 @@ class BooleanFieldTests(unittest.TestCase): # Test select_related('fk_field_name') ma = FksToBooleans.objects.select_related('bf').get(pk=m1.id) - # verify types -- should't be 0/1 + # verify types -- shouldn't be 0/1 self.assertIsInstance(ma.bf.bfield, bool) self.assertIsInstance(ma.nbf.nbfield, bool) # verify values -- cgit v1.3