From 4674ef27813aa672e4f55cc2d0b377ed55bea78a Mon Sep 17 00:00:00 2001 From: Justin Bronn Date: Sat, 23 Oct 2010 09:07:15 +0000 Subject: [PATCH] Fixed a typo in the staticfiles docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14322 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/staticfiles.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/contrib/staticfiles.txt b/docs/ref/contrib/staticfiles.txt index 0a330a0fce..0ef4b58fd7 100644 --- a/docs/ref/contrib/staticfiles.txt +++ b/docs/ref/contrib/staticfiles.txt @@ -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.