Commit cd69db68 authored by Martin Matusiak's avatar Martin Matusiak
Browse files

Fixed typo in comment.

parent 2607fa90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.