[Zope3-checkins] SVN: Zope3/trunk/src/zope/component/README.txt
With the restructured text symbol :: the file is correctly
shown in apidoc (the added prompt in revision 29249 doesn't
work with test.py)
Egon Frerich
e.frerich at nord-com.net
Wed Feb 23 11:17:47 EST 2005
Log message for revision 29262:
With the restructured text symbol :: the file is correctly shown in apidoc (the added prompt in revision 29249 doesn't work with test.py)
Changed:
U Zope3/trunk/src/zope/component/README.txt
-=-
Modified: Zope3/trunk/src/zope/component/README.txt
===================================================================
--- Zope3/trunk/src/zope/component/README.txt 2005-02-23 15:12:33 UTC (rev 29261)
+++ Zope3/trunk/src/zope/component/README.txt 2005-02-23 16:17:47 UTC (rev 29262)
@@ -206,7 +206,7 @@
>>> personJob = zope.interface.implementer(IJob)(personJob)
>>> personJob = zope.component.adapter(IPerson)(personJob)
-(In Python 2.4, the example can be written:
+(In Python 2.4, the example can be written::
@zope.interface.implementer(IJob)
@zope.component.adapter(IPerson)
More information about the Zope3-Checkins
mailing list