[Zope3-checkins] CVS: Zope3/src/zope/schema - _bootstrapfields.py:1.5

R. David Murray bitz@bitdance.com
Fri, 24 Jan 2003 21:52:31 -0500


Update of /cvs-repository/Zope3/src/zope/schema
In directory cvs.zope.org:/tmp/cvs-serv14795

Modified Files:
	_bootstrapfields.py 
Log Message:
comment typo correction


=== Zope3/src/zope/schema/_bootstrapfields.py 1.4 => 1.5 ===
--- Zope3/src/zope/schema/_bootstrapfields.py:1.4	Fri Jan 24 20:58:05 2003
+++ Zope3/src/zope/schema/_bootstrapfields.py	Fri Jan 24 21:52:27 2003
@@ -270,6 +270,6 @@
         _type = bool
 
 class Int(ValueSet, Orderable):
-    """A field representing a Integer."""
+    """A field representing an Integer."""
     _type = int, long