summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2010-05-07 01:01:16 +0000
committerLuke Plant <L.Plant.98@cantab.net>2010-05-07 01:01:16 +0000
commit027ba077ac19c90a7686e35ba771e297c76ff27d (patch)
treeda7c46c14a2af3f3591cc98969226bb5b378560c
parentd034374ea89d727b2d15d6a29618a0fdd77182b6 (diff)
[1.1.X] Fixed typo and small formatting mistake in docs
Backport of [13118] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13119 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/ref/templates/builtins.txt2
-rw-r--r--docs/topics/auth.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index a878cd884e..0d218e3365 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -1201,7 +1201,7 @@ For example::
If ``value`` is ``123456789``, the output will be ``8``.
-.. templatefilter:: iriendcode
+.. templatefilter:: iriencode
iriencode
~~~~~~~~~
diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt
index 3a0cd5de2e..cfb796988c 100644
--- a/docs/topics/auth.txt
+++ b/docs/topics/auth.txt
@@ -764,7 +764,7 @@ the following line to your URLconf::
starting point. It assumes you have a :file:`base.html` template that
defines a ``content`` block:
- .. code-block:: html
+ .. code-block:: html+django
{% extends "base.html" %}