Browse Source

Fixed typo in tests/admin_docs/models.py.

davidolz 1 year ago
parent
commit
075e9c0a4d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/admin_docs/models.py

+ 1 - 1
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