Author: mtredinnick
Date: 2007-04-27 07:27:19 -0500 (Fri, 27 Apr 2007)
New Revision: 5105
Modified:
django/trunk/django/template/__init__.py
Log:
Minor tweak. Removed unnecessary argument default.
Modified: django/trunk/django/template/__init__.py
===================================================================
--- django/trunk/django/template/__init__.py 2007-04-27 12:16:22 UTC (rev
5104)
+++ django/trunk/django/template/__init__.py 2007-04-27 12:27:19 UTC (rev
5105)
@@ -201,7 +201,7 @@
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,
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---