[Checkins] SVN: grokcore.component/branches/sylvain-subscribers/README.txt Fix RST format.

Sylvain Viollon sylvain at infrae.com
Wed Jan 26 06:31:48 EST 2011


Log message for revision 119943:
  Fix RST format.
  

Changed:
  U   grokcore.component/branches/sylvain-subscribers/README.txt

-=-
Modified: grokcore.component/branches/sylvain-subscribers/README.txt
===================================================================
--- grokcore.component/branches/sylvain-subscribers/README.txt	2011-01-26 10:37:10 UTC (rev 119942)
+++ grokcore.component/branches/sylvain-subscribers/README.txt	2011-01-26 11:31:48 UTC (rev 119943)
@@ -329,12 +329,12 @@
     ``name`` argument must be a keyword argument and is optional. If given,
     a named adapter is registered.
 
-``@implementer(iface1, iface2, ...)```
+``@implementer(iface1, iface2, ...)``
     declares that the function implements a certain interface (or a
     number of interfaces).  This is useful when a function serves as an object
     factory, e.g. as an adapter.
 
-``@provider(iface1, iface2, ...)```
+``@provider(iface1, iface2, ...)``
     declares that the function object provides a certain interface (or a
     number of interfaces).  This is akin to calling directlyProvides() on
     the function object.



More information about the checkins mailing list