[Zope3-checkins] SVN: Zope3/trunk/src/zope/pagetemplate/interfaces.py fix incomplete sentence

Fred L. Drake, Jr. fred at zope.com
Wed Jul 7 16:22:09 EDT 2004


Log message for revision 26186:
fix incomplete sentence


-=-
Modified: Zope3/trunk/src/zope/pagetemplate/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/pagetemplate/interfaces.py	2004-07-07 20:17:59 UTC (rev 26185)
+++ Zope3/trunk/src/zope/pagetemplate/interfaces.py	2004-07-07 20:22:09 UTC (rev 26186)
@@ -76,7 +76,7 @@
         """
 
     def pt_getEngine():
-        """Returns the TALES expression
+        """Returns the TALES expression evaluator.
         """
 
     def pt_getEngineContext(namespace):



More information about the Zope3-Checkins mailing list