Fixed typo in tests/admin_docs/models.py.

This commit is contained in:
davidolz 2023-06-30 20:23:10 +02:00 committed by Mariusz Felisiak
parent 393b8324b3
commit 075e9c0a4d
1 changed files with 1 additions and 1 deletions

View File

@ -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