[Zope-Checkins] CVS: ZODB3/Persistence - __init__.py:1.4.88.6

Fred Drake cvs-admin at zope.org
Tue Nov 4 10:36:33 EST 2003


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

Modified Files:
      Tag: zodb33-devel-branch
	__init__.py 
Log Message:
fix typo I didn't catch when I fixed one in this file last week


=== ZODB3/Persistence/__init__.py 1.4.88.5 => 1.4.88.6 ===
--- ZODB3/Persistence/__init__.py:1.4.88.5	Mon Nov  3 11:19:59 2003
+++ ZODB3/Persistence/__init__.py	Tue Nov  4 10:36:32 2003
@@ -35,14 +35,14 @@
           >>> from persistent.list import PersistentList
           >>> from persistent.mapping import PersistentMapping
 
-    2. You want your classes you be ExtensionClasses. In this case,
+    2. You want your classes to be ExtensionClasses. In this case,
        you need to install the ExtensionClass package
        separately. ExtensionClass is no-longer included with ZODB3.
 
     """)
 
     from persistent import Persistent
-    
+
 Overridable = Persistent
 
 from PersistentMapping import PersistentMapping




More information about the Zope-Checkins mailing list