Log message for revision 71850:
  wording
  

Changed:
  U   Zope/trunk/lib/python/Products/PageTemplates/ZopePageTemplate.py

-=-
Modified: Zope/trunk/lib/python/Products/PageTemplates/ZopePageTemplate.py
===================================================================
--- Zope/trunk/lib/python/Products/PageTemplates/ZopePageTemplate.py    
2007-01-09 16:13:52 UTC (rev 71849)
+++ Zope/trunk/lib/python/Products/PageTemplates/ZopePageTemplate.py    
2007-01-09 16:41:35 UTC (rev 71850)
@@ -409,7 +409,8 @@
 
     def __setstate__(self, state):
         # Perform on-the-fly migration to unicode.
-        # Perhaps it might be work with the 'generation' module here?
+        # Perhaps it might be better to work with the 'generation' module 
+        # here?
         if not isinstance(state['_text'], unicode):
             text, encoding = convertToUnicode(state['_text'], 
                                     state.get('content_type', 'text/html'), 

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to