diff options
| author | Gabriel Hurley <gabehr@gmail.com> | 2011-02-19 22:28:39 +0000 |
|---|---|---|
| committer | Gabriel Hurley <gabehr@gmail.com> | 2011-02-19 22:28:39 +0000 |
| commit | 1d4640a58f1ab1652d884d15bad1ec5a1d7c1df4 (patch) | |
| tree | d87b27ca6df340e75fa6f77a0b7ad2cff77b4b97 /docs/ref/templates | |
| parent | 1abf126e612fca1efec2986400e2996be8130d22 (diff) | |
Fixed #15351 -- Corrected a missing word in the template reference docs. Thanks to issackelly for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15589 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/templates')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 1f19de1a0f..3e27daf095 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -895,7 +895,7 @@ See also: ``{% include %}``. In Django 1.5, the unquoted constant behavior will be replaced with the behavior provided by the ``future`` tag library. - Existing templates be migrated to use the new syntax. + Existing templates should be migrated to use the new syntax. .. templatetag:: templatetag |
