From 2bcb8bfc8de5cd57ebb64b326cd7609aa0d8c1c7 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 26 Apr 2014 10:18:45 -0700 Subject: Fix many many typos in comments throughout the codebase --- tests/model_fields/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/model_fields') diff --git a/tests/model_fields/models.py b/tests/model_fields/models.py index 16bfd61308..8a6e9c83b1 100644 --- a/tests/model_fields/models.py +++ b/tests/model_fields/models.py @@ -101,7 +101,7 @@ class PrimaryKeyCharModel(models.Model): class FksToBooleans(models.Model): - """Model wih FKs to models with {Null,}BooleanField's, #15040""" + """Model with FKs to models with {Null,}BooleanField's, #15040""" bf = models.ForeignKey(BooleanModel) nbf = models.ForeignKey(NullBooleanModel) -- cgit v1.3