[Zodb-checkins] CVS: Zope3/lib/python/Persistence/BTrees - Interfaces.py:1.12

Steve Alexander steve@cat-box.net
Fri, 29 Nov 2002 10:48:00 -0500


Update of /cvs-repository/Zope3/lib/python/Persistence/BTrees
In directory cvs.zope.org:/tmp/cvs-serv28799/lib/python/Persistence/BTrees

Modified Files:
	Interfaces.py 
Log Message:
corrected small typo


=== Zope3/lib/python/Persistence/BTrees/Interfaces.py 1.11 => 1.12 ===
--- Zope3/lib/python/Persistence/BTrees/Interfaces.py:1.11	Tue Nov 26 13:48:02 2002
+++ Zope3/lib/python/Persistence/BTrees/Interfaces.py	Fri Nov 29 10:47:59 2002
@@ -180,7 +180,7 @@
 
     The implementing module has a value type. The IOBTree and OOBTree
     modules have object value type. The IIBTree and OIBTree modules
-    have integer value tyoes. Other modules may be defined in the
+    have integer value types. Other modules may be defined in the
     future that have other value types.
 
     The individual types are classified into set (Set and TreeSet) and