[Zodb-checkins] CVS: ZODB3/Doc/guide - prog-zodb.tex:1.5
Tim Peters
tim.one at comcast.net
Mon Jan 5 16:05:54 EST 2004
Update of /cvs-repository/ZODB3/Doc/guide
In directory cvs.zope.org:/tmp/cvs-serv9486/Doc/guide
Modified Files:
prog-zodb.tex
Log Message:
Fixed a doc complaint.
=== ZODB3/Doc/guide/prog-zodb.tex 1.4 => 1.5 ===
--- ZODB3/Doc/guide/prog-zodb.tex:1.4 Thu Oct 2 14:17:29 2003
+++ ZODB3/Doc/guide/prog-zodb.tex Mon Jan 5 16:05:54 2004
@@ -99,7 +99,7 @@
\class{FileStorage}, which uses regular disk files, and
\class{bsddb3Storage}, which uses Sleepycat Software's BerkeleyDB
database. You could write a new Storage that stored objects in a
- relational database or Metakit file, for example, if that would
+ relational database, for example, if that would
better suit your application. Two example storages,
\class{DemoStorage} and \class{MappingStorage}, are available to use
as models if you want to write a new Storage.
More information about the Zodb-checkins
mailing list