From 9af47730da64a975bdcc8578fd5f5ddb965bdfce Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Mon, 10 Jul 2006 10:50:04 +0000 Subject: [PATCH] Typo fixing. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3309 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/templates_python.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates_python.txt b/docs/templates_python.txt index 894e23bd17271..6b374837026dd 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,