summaryrefslogtreecommitdiff
path: root/docs/ref/templates/api.txt
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2010-03-11 09:41:29 +0000
committerJames Bennett <ubernostrum@gmail.com>2010-03-11 09:41:29 +0000
commit5c256ddeecc2963121bce93db235c57a8380030c (patch)
tree02dab79471515e57bd4bac3cc4e59b8a82bb2561 /docs/ref/templates/api.txt
parent4c0701a5d3f2dc9ab08b53e9fa12a5c8e54af835 (diff)
Fixed #13072: Corrected a few markup and formatting errors in the documentation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12759 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/templates/api.txt')
-rw-r--r--docs/ref/templates/api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt
index 12e5d46b88..3e267531de 100644
--- a/docs/ref/templates/api.txt
+++ b/docs/ref/templates/api.txt
@@ -724,7 +724,7 @@ and :setting:`TEMPLATE_DEBUG`. All available settings are described in the
Using an alternative template language
======================================
-.. versionadded 1.2
+.. versionadded:: 1.2
The Django ``Template`` and ``Loader`` classes implement a simple API for
loading and rendering templates. By providing some simple wrapper classes that