Skip to content

Commit

Permalink
Merge pull request #2170 from numerodix/master
Browse files Browse the repository at this point in the history
Fixed typo in comment.
  • Loading branch information
timgraham committed Jan 15, 2014
2 parents c8dca50 + cd69db6 commit 3449079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/apps/base.py
Expand Up @@ -99,7 +99,7 @@ def create(cls, entry):
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.
Expand Down

0 comments on commit 3449079

Please sign in to comment.