Typo fixing.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3309 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
927d87d732
commit
9af47730da
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue