summaryrefslogtreecommitdiff
path: root/tests/properties
diff options
context:
space:
mode:
Diffstat (limited to 'tests/properties')
-rw-r--r--tests/properties/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/properties/models.py b/tests/properties/models.py
index 5c2656570c..913c9edf00 100644
--- a/tests/properties/models.py
+++ b/tests/properties/models.py
@@ -1,5 +1,5 @@
"""
-22. Using properties on models
+Using properties on models
Use properties on models just like on any other Python object.
"""