[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/interfaces.py
fix appearant copy-&-pasto
Fred L. Drake, Jr.
fdrake at gmail.com
Fri Dec 10 01:04:55 EST 2004
Log message for revision 28621:
fix appearant copy-&-pasto
Changed:
U Zope3/trunk/src/zope/app/form/browser/interfaces.py
-=-
Modified: Zope3/trunk/src/zope/app/form/browser/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/interfaces.py 2004-12-10 00:14:14 UTC (rev 28620)
+++ Zope3/trunk/src/zope/app/form/browser/interfaces.py 2004-12-10 06:04:55 UTC (rev 28621)
@@ -160,7 +160,7 @@
class ITerms(Interface):
-
+
def getTerm(value):
"""Return an ITitledTokenizedTerm object for the given value
@@ -174,7 +174,7 @@
"""
class ISourceQueryView(Interface):
- """View support for querying non-iterable vocabularies
+ """View support for querying non-iterable sources
"""
def render(name):
More information about the Zope3-Checkins
mailing list