Skip to content

Commit

Permalink
Typo fixing.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3309 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
malcolmt committed Jul 10, 2006
1 parent 927d87d commit 9af4773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/templates_python.txt
Expand Up @@ -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,
Expand Down

0 comments on commit 9af4773

Please sign in to comment.