Kaydet (Commit) 34490792 authored tarafından Tim Graham's avatar Tim Graham

Merge pull request #2170 from numerodix/master

Fixed typo in comment.
...@@ -99,7 +99,7 @@ class AppConfig(object): ...@@ -99,7 +99,7 @@ class AppConfig(object):
raise ImproperlyConfigured( raise ImproperlyConfigured(
"'%s' must supply a name attribute." % entry) "'%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) app_module = import_module(app_name)
# Entry is a path to an app config class. # Entry is a path to an app config class.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment