Author: mtredinnick Date: 2006-07-10 05:50:04 -0500 (Mon, 10 Jul 2006) New Revision: 3309
Modified: django/trunk/docs/templates_python.txt Log: Typo fixing. Modified: django/trunk/docs/templates_python.txt =================================================================== --- django/trunk/docs/templates_python.txt 2006-07-10 10:48:08 UTC (rev 3308) +++ django/trunk/docs/templates_python.txt 2006-07-10 10:50:04 UTC (rev 3309) @@ -782,7 +782,7 @@ ... 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, --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates -~----------~----~----~----~------~----~------~--~---