summaryrefslogtreecommitdiff
path: root/docs/templates_python.txt
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2006-07-10 10:50:04 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2006-07-10 10:50:04 +0000
commit9af47730da64a975bdcc8578fd5f5ddb965bdfce (patch)
tree0043083749d51d7ffc0a363b085e29a8be38f0bb /docs/templates_python.txt
parent927d87d73207c0fbc6200386407787c2dd205c98 (diff)
Typo fixing.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3309 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 894e23bd17..6b37483702 100644
--- a/docs/templates_python.txt
+++ b/docs/templates_python.txt
@@ -782,7 +782,7 @@ In Python 2.4, the decorator syntax also works::
...
A couple of things to note about the ``simple_tag`` helper function:
- * Only the (single) argument is passed into our function.i
+ * Only the (single) argument is passed into our function.
* Checking for the required number of arguments, etc, has already been
done by the time our function is called, so we don't need to do that.
* The quotes around the argument (if any) have already been stripped away,