[Zope3-checkins] SVN: Zope3/trunk/src/zope/tales/interfaces.py fix typo (closes issue #342)

Fred L. Drake, Jr. fdrake at gmail.com
Mon Dec 20 17:37:19 EST 2004


Log message for revision 28655:
  fix typo (closes issue #342)

Changed:
  U   Zope3/trunk/src/zope/tales/interfaces.py

-=-
Modified: Zope3/trunk/src/zope/tales/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/tales/interfaces.py	2004-12-20 21:13:50 UTC (rev 28654)
+++ Zope3/trunk/src/zope/tales/interfaces.py	2004-12-20 22:37:19 UTC (rev 28655)
@@ -109,7 +109,7 @@
             """
 
         def length():
-            """Return whether the length of the sequence
+            """Return the length of the sequence
 
             Note that this may fail if the TAL iterator was created on a Python
             iterator.



More information about the Zope3-Checkins mailing list