Commit 4674ef27 authored by Justin Bronn's avatar Justin Bronn
Browse files

Fixed a typo in the staticfiles docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14322 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent cfdad9ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ setting.

.. note:: 

    When using the :class:AppDirectoriesFinder` finder, make sure your apps can
    When using the :class:`AppDirectoriesFinder` finder, make sure your apps can
    be found by Django's app loading mechanism. Simply include a ``models``
    module (an empty ``models.py`` file suffices) and add the app to the
    :setting:`INSTALLED_APPS` setting of your site.