[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/Forms - IWidget.py:1.3
Marius Gedminas
mgedmin@codeworks.lt
Wed, 9 Oct 2002 09:26:06 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/Forms
In directory cvs.zope.org:/tmp/cvs-serv7131
Modified Files:
IWidget.py
Log Message:
Fix typos in docstring
=== Zope3/lib/python/Zope/App/Forms/IWidget.py 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/App/Forms/IWidget.py:1.2 Sat Sep 7 12:18:48 2002
+++ Zope3/lib/python/Zope/App/Forms/IWidget.py Wed Oct 9 09:26:06 2002
@@ -37,7 +37,7 @@
"""Return converted and validated widget data.
A WidgetInputError is returned in the case of one or more
- errors encountered, inputing, convrting, or validating the data.
+ errors encountered, inputting, converting, or validating the data.
"""
def getName():