summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2005-08-19 18:38:38 +0000
committerFred Drake <fdrake@acm.org>2005-08-19 18:38:38 +0000
commit9582f358f9cf0fa234f428346fe8bfe79f42c15f (patch)
tree497dd553a10484dc541f60a6452b11cee9bfc1de
parentd555b3af5d2fe7bbce645f4caed82a1d306628f2 (diff)
downloadzope-tal-9582f358f9cf0fa234f428346fe8bfe79f42c15f.tar.gz
repair outdated comment
-rw-r--r--talgenerator.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/talgenerator.py b/talgenerator.py
index f9ba909..203c68d 100644
--- a/talgenerator.py
+++ b/talgenerator.py
@@ -442,12 +442,12 @@ class TALGenerator(object):
return None
def replaceAttrs(self, attrlist, repldict):
- # Each entry in attrlist starts like (name, value).
- # Result is (name, value, action, expr, xlat) if there is a
+ # Each entry in attrlist starts like (name, value). Result is
+ # (name, value, action, expr, xlat, msgid) if there is a
# tal:attributes entry for that attribute. Additional attrs
# defined only by tal:attributes are added here.
#
- # (name, value, action, expr, xlat)
+ # (name, value, action, expr, xlat, msgid)
if not repldict:
return attrlist
newlist = []