Forráskód Böngészése

Fixed typo in tests/admin_docs/models.py.

davidolz 1 éve
szülő
commit
075e9c0a4d
1 módosított fájl, 1 hozzáadás és 1 törlés
  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