summaryrefslogtreecommitdiff
path: root/tests/user_commands
diff options
context:
space:
mode:
Diffstat (limited to 'tests/user_commands')
-rw-r--r--tests/user_commands/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/user_commands/models.py b/tests/user_commands/models.py
index f2aa549bb9..51fd45333c 100644
--- a/tests/user_commands/models.py
+++ b/tests/user_commands/models.py
@@ -1,5 +1,5 @@
"""
-38. User-registered management commands
+User-registered management commands
The ``manage.py`` utility provides a number of useful commands for managing a
Django project. If you want to add a utility command of your own, you can.