summaryrefslogtreecommitdiff
path: root/tests/custom_methods/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/custom_methods/models.py')
-rw-r--r--tests/custom_methods/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/custom_methods/models.py b/tests/custom_methods/models.py
index 78e00a99b8..e21f0a6bd4 100644
--- a/tests/custom_methods/models.py
+++ b/tests/custom_methods/models.py
@@ -1,5 +1,5 @@
"""
-3. Giving models custom methods
+Giving models custom methods
Any method you add to a model will be available to instances.
"""