[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.17.2.4
   
    Jeremy Hylton
     
    jeremy@zope.com
       
    Fri, 4 Oct 2002 17:53:38 -0400
    
    
  
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv31675
Modified Files:
      Tag: ZODB3-3_1-branch
	NEWS.txt 
Log Message:
Fix rESTo
=== ZODB3/NEWS.txt 1.17.2.3 => 1.17.2.4 ===
--- ZODB3/NEWS.txt:1.17.2.3	Fri Oct  4 15:55:04 2002
+++ ZODB3/NEWS.txt	Fri Oct  4 17:53:38 2002
@@ -126,7 +126,7 @@
 Berkeley Storages
 -----------------
 
-Berkeley storage constructors now take an optional `config' argument,
+Berkeley storage constructors now take an optional `config` argument,
 which is an instance whose attributes can be used to configure such
 BerkeleyDB policies as an automatic checkpointing interval, lock table
 sizing, and the log directory.  See bsddb3Storage/BerkeleyBase.py for