[Checkins] SVN: zope.app.generations/trunk/src/zope/app/generations/README.txt made blocks consistent

Michael Howitz mh at gocept.com
Sun Apr 5 15:17:13 EDT 2009


Log message for revision 98882:
  made blocks consistent
  

Changed:
  U   zope.app.generations/trunk/src/zope/app/generations/README.txt

-=-
Modified: zope.app.generations/trunk/src/zope/app/generations/README.txt
===================================================================
--- zope.app.generations/trunk/src/zope/app/generations/README.txt	2009-04-05 16:46:19 UTC (rev 98881)
+++ zope.app.generations/trunk/src/zope/app/generations/README.txt	2009-04-05 19:17:12 UTC (rev 98882)
@@ -210,7 +210,7 @@
 for dependent packages.  This is not a requirement of the framework,
 but a convenient pattern for this usage.
 
-Let's evolve the database to establish these generations::
+Let's evolve the database to establish these generations:
 
     >>> event = DatabaseOpenedEventStub(db)
     >>> evolveMinimumSubscriber(event)
@@ -224,7 +224,7 @@
 add a generation, and that generation 1 of 'another.app-extension'
 depends on generation 1 of 'another.app'.  We'll need to provide
 schema managers for each that record that they've been run so we can
-verify the result::
+verify the result:
 
     >>> ztapi.unprovideUtility(ISchemaManager, name='another.app')
     >>> ztapi.unprovideUtility(ISchemaManager, name='another.app-extension')
@@ -272,7 +272,7 @@
     ...     ISchemaManager, manager2, name='another.app-extension')
 
 Evolving the database now will always run the 'another.app' evolver
-before the 'another.app-extension' evolver::
+before the 'another.app-extension' evolver:
 
     >>> event = DatabaseOpenedEventStub(db)
     >>> evolveMinimumSubscriber(event)



More information about the Checkins mailing list