[Zodb-checkins] CVS: ZODB3/Persistence - __init__.py:1.4.88.4

Fred Drake cvs-admin at zope.org
Tue Oct 28 16:56:49 EST 2003


Update of /cvs-repository/ZODB3/Persistence
In directory cvs.zope.org:/tmp/cvs-serv13884

Modified Files:
      Tag: zodb33-devel-branch
	__init__.py 
Log Message:
fix typo


=== ZODB3/Persistence/__init__.py 1.4.88.3 => 1.4.88.4 ===
--- ZODB3/Persistence/__init__.py:1.4.88.3	Tue Oct 28 16:28:28 2003
+++ ZODB3/Persistence/__init__.py	Tue Oct 28 16:56:48 2003
@@ -35,10 +35,10 @@
           >>> from persistent.list import PersistentList
           >>> from persistent.mapping import PersistentMapping
 
-    2. You want your classes you be ExtensionClasses. In thsi case,
+    2. You want your classes you be ExtensionClasses. In this case,
        you need to install the ExtensionClass package
        separately. ExtensionClass is no-longer included with ZODB3.
-       
+
     """)
     Base = object
 




More information about the Zodb-checkins mailing list