summaryrefslogtreecommitdiff
path: root/tests/m2m_through_regress
diff options
context:
space:
mode:
authorДилян Палаузов <dilyanpalauzov@users.noreply.github.com>2017-11-06 22:11:39 -0500
committerTim Graham <timograham@gmail.com>2017-11-06 22:41:03 -0500
commit6c0042430e3618ce5c276d195d92a6b884daa3a3 (patch)
treecc272a4d835f9ff18f25f79335d0d3190850feef /tests/m2m_through_regress
parent5587485d49af8b32ab660854f751a234baa6610b (diff)
downloaddjango-6c0042430e3618ce5c276d195d92a6b884daa3a3.tar.gz
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Diffstat (limited to 'tests/m2m_through_regress')
-rw-r--r--tests/m2m_through_regress/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/m2m_through_regress/models.py b/tests/m2m_through_regress/models.py
index 1214c93ea1..391ddc69c0 100644
--- a/tests/m2m_through_regress/models.py
+++ b/tests/m2m_through_regress/models.py
@@ -40,7 +40,7 @@ class Group(models.Model):
return self.name
-# A set of models that use an non-abstract inherited model as the 'through' model.
+# A set of models that use a non-abstract inherited model as the 'through' model.
class A(models.Model):
a_text = models.CharField(max_length=20)