mirror of
https://github.com/django/django.git
synced 2025-01-27 10:39:40 +00:00
Fixed typo in comment.
This commit is contained in:
parent
2607fa9016
commit
cd69db68cf
@ -99,7 +99,7 @@ class AppConfig(object):
|
||||
raise ImproperlyConfigured(
|
||||
"'%s' must supply a name attribute." % entry)
|
||||
|
||||
# Ensure app_names points to a valid module.
|
||||
# Ensure app_name points to a valid module.
|
||||
app_module = import_module(app_name)
|
||||
|
||||
# Entry is a path to an app config class.
|
||||
|
Loading…
x
Reference in New Issue
Block a user