1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

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

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