summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorDaniel Greenfeld <pydanny@gmail.com>2012-11-12 16:12:27 -0800
committerDaniel Greenfeld <pydanny@gmail.com>2012-11-12 16:12:27 -0800
commit3f65f751a0082b83ff24849a1445aa0838b27d93 (patch)
treea1c47f3dff5ed070ce06558315907f3e9da0cc96 /docs/ref
parent1db5d8827351acd2d039c218723d5100dc7e7f95 (diff)
Converted <paragraph> to <p> per #aaugustin's request
Diffstat (limited to 'docs/ref')
-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 ef9aa83955..5b76952c49 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -1559,7 +1559,7 @@ string. This is useful in the rare cases where you need multiple escaping or
want to apply other filters to the escaped results. Normally, you want to use
the :tfilter:`escape` filter.
-For example, if you want to catch the ``<paragraph>`` HTML elements created by
+For example, if you want to catch the ``<p>`` HTML elements created by
the :tfilter:`linebreaks` filter::
{% autoescape off %}