summaryrefslogtreecommitdiff
path: root/django/apps
diff options
context:
space:
mode:
Diffstat (limited to 'django/apps')
-rw-r--r--django/apps/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/apps/config.py b/django/apps/config.py
index 157fda7238..aeb47923d8 100644
--- a/django/apps/config.py
+++ b/django/apps/config.py
@@ -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