Fixed a typo in the staticfiles docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14322 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Justin Bronn 2010-10-23 09:07:15 +00:00
parent cfdad9ed86
commit 4674ef2781
1 changed files with 1 additions and 1 deletions

View File

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