diff options
| author | davidolz <davidolzbut@gmail.com> | 2023-06-30 20:23:10 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-07-03 10:47:41 +0200 |
| commit | 075e9c0a4d56709fab1dd741f3bc9548c4419632 (patch) | |
| tree | 48a7b726d915c7a7e8520981c7e09bd33ccb309a /tests/admin_docs/models.py | |
| parent | 393b8324b390aef428016f93b3cb30228d38dc87 (diff) | |
Fixed typo in tests/admin_docs/models.py.
Diffstat (limited to 'tests/admin_docs/models.py')
| -rw-r--r-- | tests/admin_docs/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
