diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-10-08 15:37:16 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-10-08 15:37:16 +0000 |
| commit | 127a25ac270e8f8682a9a6ab1bef18e29a326384 (patch) | |
| tree | dbf2f3506ebe878b9678a4280d754652cab6d2f8 /docs/ref/templates | |
| parent | 98c6ff3a2bd9f3878ef78a05691af0095ef86d2f (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.txt | 2 |
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>`. |
