Fixed typo in comment.

This commit is contained in:
Martin Matusiak 2014-01-15 21:24:09 +01:00 committed by Anssi Kääriäinen
parent 8ce828b2ed
commit d6e833384a
1 changed files with 1 additions and 1 deletions

View File

@ -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.