[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/generations/generations.py Fix typo.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Wed Dec 8 18:10:36 EST 2004
Log message for revision 28587:
Fix typo.
Changed:
U Zope3/trunk/src/zope/app/generations/generations.py
-=-
Modified: Zope3/trunk/src/zope/app/generations/generations.py
===================================================================
--- Zope3/trunk/src/zope/app/generations/generations.py 2004-12-08 22:31:12 UTC (rev 28586)
+++ Zope3/trunk/src/zope/app/generations/generations.py 2004-12-08 23:10:36 UTC (rev 28587)
@@ -32,7 +32,7 @@
Schema managers implement `ISchemaManager` using scripts provided
as module methods. You create a schema manager by providing
mimumum and maximum generations and a package providing modules
- named ``moduleN``, where ``N`` is a generation number. Each module
+ named ``evolveN``, where ``N`` is a generation number. Each module
provides a function, `evolve` that evolves a database from the
previous generation.
More information about the Zope3-Checkins
mailing list