[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/source.txt fix typos
Fred L. Drake, Jr.
fdrake at gmail.com
Thu Jul 14 15:07:44 EDT 2005
Log message for revision 33322:
fix typos
Changed:
U Zope3/trunk/src/zope/app/form/browser/source.txt
-=-
Modified: Zope3/trunk/src/zope/app/form/browser/source.txt
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/source.txt 2005-07-14 17:23:28 UTC (rev 33321)
+++ Zope3/trunk/src/zope/app/form/browser/source.txt 2005-07-14 19:07:44 UTC (rev 33322)
@@ -568,8 +568,8 @@
>>> widget.getInputValue()
['tabby', 'tiger', 'tom']
-We now see the values we selected. We also have chackboxes and
-buttons that allow is to remove selections:
+We now see the values we selected. We also have checkboxes and
+buttons that allow us to remove selections:
>>> request.form['field.pets.displayed'] = u'y'
>>> request.form['field.pets'] = [u'dGFiYnk=', u'dGlnZXI=', u'dG9t']
More information about the Zope3-Checkins
mailing list