[Checkins] SVN: zope.app.generations/trunk/src/zope/app/generations/README.txt fixed a typo that was causing tests to fail

Shane Hathaway shane at hathawaymix.org
Sat Jul 12 18:26:59 EDT 2008


Log message for revision 88302:
  fixed a typo that was causing tests to fail

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	2008-07-12 22:10:57 UTC (rev 88301)
+++ zope.app.generations/trunk/src/zope/app/generations/README.txt	2008-07-12 22:26:58 UTC (rev 88302)
@@ -208,7 +208,7 @@
     >>> ztapi.provideUtility(
     ...     ISchemaManager, manager1, name='another.app')
     >>> ztapi.provideUtility(
-    ...     ISchemaManager, manager1, name='another.app-extension')
+    ...     ISchemaManager, manager2, name='another.app-extension')
 
 Notice how the name of the first package is used to create a namespace
 for dependent packages.  This is not a requirement of the framework,



More information about the Checkins mailing list