quixote/form widget.py,1.30,1.31
David Binger <dbinger-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]>
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/cvs/quixote/form
In directory hewson:/tmp/cvs-serv18797
Modified Files:
widget.py
Log Message:
Fix docstrings.
Index: widget.py
===================================================================
RCS file: /home/cvs/quixote/form/widget.py,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- widget.py 28 Oct 2002 16:14:59 -0000 1.30
+++ widget.py 28 Oct 2002 16:22:25 -0000 1.31
@@ -553,7 +553,7 @@
class FloatWidget (NumberWidget):
"""
Instance attributes:
- value : int
+ value : float
"""
widget_type = "float"
@@ -564,7 +564,7 @@
class IntWidget (NumberWidget):
"""
Instance attributes:
- value : float
+ value : int
"""
widget_type = "int"