From 075e9c0a4d56709fab1dd741f3bc9548c4419632 Mon Sep 17 00:00:00 2001 From: davidolz Date: Fri, 30 Jun 2023 20:23:10 +0200 Subject: [PATCH] Fixed typo in tests/admin_docs/models.py. --- tests/admin_docs/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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