summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2010-05-07 00:57:17 +0000
committerLuke Plant <L.Plant.98@cantab.net>2010-05-07 00:57:17 +0000
commit533b5c9324a0936229549338edd1e1f739a4ff1d (patch)
tree11206fe094a02ddf240f2c425afde6a21349837f /docs/ref
parent434bf737d45e56bbafbef8077b23a98d602a5d33 (diff)
Fixed typo and small formatting mistake in docs
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13118 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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 7eb818432d..01f49714f0 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -1407,7 +1407,7 @@ For example::
If ``value`` is ``123456789``, the output will be ``8``.
-.. templatefilter:: iriendcode
+.. templatefilter:: iriencode
iriencode
~~~~~~~~~