diff options
| author | Timo Graham <timograham@gmail.com> | 2011-02-14 23:18:30 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2011-02-14 23:18:30 +0000 |
| commit | 6eacbfd4111127c0cfc5e9272ef4553a163ed7df (patch) | |
| tree | be6bd43ef3421b34117aaf9a135920428118d07b /docs/ref/templates | |
| parent | d7c2dcd5387e12828daf6fe4b852f2e894da79e8 (diff) | |
Fixed "the the" typos.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15536 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/templates')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 644cedb29a..1f19de1a0f 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -878,7 +878,7 @@ See also: ``{% include %}``. .. versionchanged:: 1.3 In Django 1.5, the behavior of the :ttag:`ssi` template tag will - change, with the the first argument being made into a context + change, with the first argument being made into a context variable, rather than being a special case unquoted constant. This will allow the :ttag:`ssi` tag to use a context variable as the value of the page to be included. @@ -1017,7 +1017,7 @@ projects? .. versionchanged:: 1.3 In Django 1.5, the behavior of the :ttag:`url` template tag will - change, with the the first argument being made into a context + change, with the first argument being made into a context variable, rather than being a special case unquoted constant. This will allow the :ttag:`url` tag to use a context variable as the value of the URL name to be reversed. |
