[Checkins] SVN: z3c.pt/trunk/src/z3c/pt/translation.py Stray dot?

Chris McDonough chrism at plope.com
Thu Aug 7 18:50:10 EDT 2008


Log message for revision 89523:
  Stray dot?
  

Changed:
  U   z3c.pt/trunk/src/z3c/pt/translation.py

-=-
Modified: z3c.pt/trunk/src/z3c/pt/translation.py
===================================================================
--- z3c.pt/trunk/src/z3c/pt/translation.py	2008-08-07 22:47:17 UTC (rev 89522)
+++ z3c.pt/trunk/src/z3c/pt/translation.py	2008-08-07 22:50:10 UTC (rev 89523)
@@ -267,7 +267,7 @@
             else:
                 _.append(tag)
 
-        # tag text (if we're not re.placing tag body)
+        # tag text (if we're not replacing tag body)
         if self.text and not dynamic:
             _.append(clauses.Out(self.text.encode('utf-8')))
 



More information about the Checkins mailing list