summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJustin Bronn <jbronn@gmail.com>2010-10-23 09:07:15 +0000
committerJustin Bronn <jbronn@gmail.com>2010-10-23 09:07:15 +0000
commit4674ef27813aa672e4f55cc2d0b377ed55bea78a (patch)
tree42ac961aba0de50b2c0c94891e319dc4c87f6c48 /docs
parentcfdad9ed86c8408fe69fd0a946419f9c8aa265c8 (diff)
Fixed a typo in the staticfiles docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14322 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/staticfiles.txt2
1 files changed, 1 insertions, 1 deletions
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.