[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/adapter/adapter.py
Phil Ruggera
pruggera at san.rr.com
Mon Jul 12 17:29:15 EDT 2004
Log message for revision 26434:
Changed:
U Zope3/trunk/src/zope/app/adapter/adapter.py
-=-
Modified: Zope3/trunk/src/zope/app/adapter/adapter.py
===================================================================
--- Zope3/trunk/src/zope/app/adapter/adapter.py 2004-07-12 21:15:49 UTC (rev 26433)
+++ Zope3/trunk/src/zope/app/adapter/adapter.py 2004-07-12 21:29:15 UTC (rev 26434)
@@ -16,6 +16,7 @@
$Id$
"""
__metaclass__ = type
+__docformat__ = 'restructuredtext'
from persistent.dict import PersistentDict
from persistent import Persistent
@@ -208,8 +209,8 @@
between it's surrogate registries and those of containing ans
sub-services.
- The service must implement a setNext method that will be called
- with the next local service, which may be None, and the global
+ The service must implement a `setNext` method that will be called
+ with the next local service, which may be ``None``, and the global
service. This method will be called when a service is bound.
"""
More information about the Zope3-Checkins
mailing list