diff --git a/tests/admin_docs/models.py b/tests/admin_docs/models.py index 7ae1ed8f95..a403259c6d 100644 --- a/tests/admin_docs/models.py +++ b/tests/admin_docs/models.py @@ -1,5 +1,5 @@ """ -Models for testing various aspects of the djang.contrib.admindocs app +Models for testing various aspects of the django.contrib.admindocs app. """ from django.db import models