summaryrefslogtreecommitdiff
path: root/docs/templates_python.txt
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2006-09-29 02:30:42 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2006-09-29 02:30:42 +0000
commitfa8a1d252a4e928e5bed2cf7002e38943d80f753 (patch)
tree58c21a1c8efcfca58a9a7c36937e7f167a4809f1 /docs/templates_python.txt
parent7d5f6fe0f4895e46646430109efcb3d3b8005050 (diff)
Fixed #2845 -- Corrected a few spelling errors in the docs and changed a
couple of correctly spelt words to their North American counterparts for consistency. Thanks, treborhudson@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@3883 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/templates_python.txt')
-rw-r--r--docs/templates_python.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates_python.txt b/docs/templates_python.txt
index 39e5b9d91a..8129b209c7 100644
--- a/docs/templates_python.txt
+++ b/docs/templates_python.txt
@@ -817,7 +817,7 @@ Inclusion tags
Another common type of template tag is the type that displays some data by
rendering *another* template. For example, Django's admin interface uses custom
-template tags to display the buttons along the botton of the "add/change" form
+template tags to display the buttons along the bottom of the "add/change" form
pages. Those buttons always look the same, but the link targets change depending
on the object being edited -- so they're a perfect case for using a small
template that is filled with details from the current object. (In the admin's