[Checkins] SVN: grokcore.component/trunk/README.txt Fix stupid typo in the documentation. See, this is why doctests are a GOOD idea :).

Philipp von Weitershausen philikon at philikon.de
Tue May 6 16:27:14 EDT 2008


Log message for revision 86519:
  Fix stupid typo in the documentation. See, this is why doctests are a GOOD idea :).
  

Changed:
  U   grokcore.component/trunk/README.txt

-=-
Modified: grokcore.component/trunk/README.txt
===================================================================
--- grokcore.component/trunk/README.txt	2008-05-06 16:34:37 UTC (rev 86518)
+++ grokcore.component/trunk/README.txt	2008-05-06 20:27:10 UTC (rev 86519)
@@ -166,7 +166,7 @@
   from zope.lifecycleevent.interfaces import IObjectModifiedEvent
   from zope.dublincore.interfaces import IZopeDublinCore
 
-  @grokcore.component.subscriber(IAnnotatable, IObjectModifiedEvent)
+  @grokcore.component.subscribe(IAnnotatable, IObjectModifiedEvent)
   def updateDublinCoreAfterModification(obj, event):
       """Updated the Dublin Core 'Modified' property when a modified
       event is sent for an object."""



More information about the Checkins mailing list