summaryrefslogtreecommitdiff
path: root/tests/m2m_multiple
diff options
context:
space:
mode:
Diffstat (limited to 'tests/m2m_multiple')
-rw-r--r--tests/m2m_multiple/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/m2m_multiple/models.py b/tests/m2m_multiple/models.py
index 9c5b755905..a6db9425bd 100644
--- a/tests/m2m_multiple/models.py
+++ b/tests/m2m_multiple/models.py
@@ -1,5 +1,5 @@
"""
-20. Multiple many-to-many relationships between the same two tables
+Multiple many-to-many relationships between the same two tables
In this example, an ``Article`` can have many "primary" ``Category`` objects
and many "secondary" ``Category`` objects.