Typo fixing.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3309 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2006-07-10 10:50:04 +00:00
parent 927d87d732
commit 9af47730da
1 changed files with 1 additions and 1 deletions

View File

@ -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: 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 * 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. 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, * The quotes around the argument (if any) have already been stripped away,