From c675ee76126c349f9410635815eb76c2e5c47582 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sat, 28 Apr 2007 13:31:44 +0000 Subject: [PATCH] Fixed #4180 -- Fixed docstring typo noticed by Gary Wilson. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5117 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/template/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/template/__init__.py b/django/template/__init__.py index 7f6056d73ccef..4cb4f21156c1b 100644 --- a/django/template/__init__.py +++ b/django/template/__init__.py @@ -204,7 +204,7 @@ def tokenize(self): def create_token(self, token_string, in_tag): """ Convert the given token string into a new Token object and return it. - If tag is True, we are processing something that matched a tag, + If in_tag is True, we are processing something that matched a tag, otherwise it should be treated as a literal string. """ if in_tag: