1
0
mirror of https://github.com/django/django.git synced 2025-10-27 23:56:08 +00:00

Normalized spelling of "lowercase" and "lowercased".

This commit is contained in:
Jon Dufresne
2018-09-25 07:30:18 -07:00
committed by Tim Graham
parent abeed587b1
commit 8c3e0eb1c1
15 changed files with 34 additions and 34 deletions

View File

@@ -44,7 +44,7 @@ class AppConfig:
# None if the application doesn't have a models module.
self.models_module = None
# Mapping of lower case model names to model classes. Initially set to
# Mapping of lowercase model names to model classes. Initially set to
# None to prevent accidental access before import_models() runs.
self.models = None