summaryrefslogtreecommitdiff
path: root/docs/ref/templates
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-10-08 15:37:16 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-10-08 15:37:16 +0000
commit127a25ac270e8f8682a9a6ab1bef18e29a326384 (patch)
treedbf2f3506ebe878b9678a4280d754652cab6d2f8 /docs/ref/templates
parent98c6ff3a2bd9f3878ef78a05691af0095ef86d2f (diff)
Fixed #14383 -- Corrected the capitalization of reStructuredText. Thanks to timo for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14017 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/templates')
-rw-r--r--docs/ref/templates/builtins.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index ff6d88f38f..01f39e7b89 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -2095,7 +2095,7 @@ A collection of template filters that implement these common markup languages:
* Textile
* Markdown
- * ReST (ReStructured Text)
+ * reST (reStructuredText)
See the :doc:`markup documentation </ref/contrib/markup>`.