[Zope3-checkins]
SVN: Zope3/trunk/src/zope/pagetemplate/pagetemplate.py fix typos
Fred L. Drake, Jr.
fdrake at gmail.com
Thu May 11 17:29:11 EDT 2006
Log message for revision 68100:
fix typos
Changed:
U Zope3/trunk/src/zope/pagetemplate/pagetemplate.py
-=-
Modified: Zope3/trunk/src/zope/pagetemplate/pagetemplate.py
===================================================================
--- Zope3/trunk/src/zope/pagetemplate/pagetemplate.py 2006-05-11 19:06:21 UTC (rev 68099)
+++ Zope3/trunk/src/zope/pagetemplate/pagetemplate.py 2006-05-11 21:29:11 UTC (rev 68100)
@@ -133,8 +133,8 @@
def write(self, text):
# We accept both, since the text can either come from a file (and the
- # parser will take are of the encoding or from a TTW template, in
- # which case we have already unicode.
+ # parser will take care of the encoding) or from a TTW template, in
+ # which case we already have unicode.
assert isinstance(text, (str, unicode))
if text.startswith(_error_start):
More information about the Zope3-Checkins
mailing list