Skip to content

Commit

Permalink
Fixed #4180 -- Fixed docstring typo noticed by Gary Wilson.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5117 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
malcolmt committed Apr 28, 2007
1 parent 4ac6916 commit c675ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/template/__init__.py
Expand Up @@ -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:
Expand Down

0 comments on commit c675ee7

Please sign in to comment.