mirror of
https://github.com/django/django.git
synced 2025-12-09 02:55:57 +00:00
Minor tweak. Removed unnecessary argument default.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5105 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
54f11ee63c
commit
f30ca6636b
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ class Lexer(object):
|
|||
in_tag = not in_tag
|
||||
return result
|
||||
|
||||
def create_token(self, token_string, in_tag=False):
|
||||
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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue