web/uicfg.py
changeset 4146 39648619f3d8
parent 4079 27b9cdc5233c
child 4252 6c4f109c2b03
--- a/web/uicfg.py	Fri Dec 18 15:08:20 2009 +0100
+++ b/web/uicfg.py	Fri Dec 18 15:10:38 2009 +0100
@@ -308,7 +308,7 @@
             tag = formtype
             for formtype, section in self.bw_tag_map[tag].iteritems():
                 warn('[3.6] add tag to autoform section by specifying form '
-                     'type and tag. Replace %s by formtype=%s, section=%s'
+                     'type and tag. Replace %s by formtype="%s", section="%s"'
                      % (tag, formtype, section), DeprecationWarning,
                      stacklevel=3)
                 self.tag_relation(key, formtype, section)