summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTarjei Husøy <thusoy@users.noreply.github.com>2013-09-10 22:10:00 +0200
committerTim Graham <timograham@gmail.com>2013-09-10 16:31:51 -0400
commitef3604a085ae7b6ce20a84cf27c474b9e316f607 (patch)
tree161e31c840404e8449a2b858dafddcd2c929e16a
parentf9f792eb04dfd48d93682070583f473166b490ae (diff)
downloaddjango-ef3604a085ae7b6ce20a84cf27c474b9e316f607.tar.gz
[1.6.x] Fixed broken sphinx reference to staticfiles.
Backport of 751dc0a36b from master
-rw-r--r--docs/howto/static-files/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/static-files/index.txt b/docs/howto/static-files/index.txt
index fdb4295f11..efc97b6e23 100644
--- a/docs/howto/static-files/index.txt
+++ b/docs/howto/static-files/index.txt
@@ -106,7 +106,7 @@ this by adding the following snippet to your urls.py::
Also this helper function only serves the actual :setting:`STATIC_ROOT`
folder; it doesn't perform static files discovery like
- `:mod:`django.contrib.staticfiles`.
+ :mod:`django.contrib.staticfiles`.
Serving files uploaded by a user during development.
====================================================