[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/site/interfaces.py
fixed out-of-date docstring
Fred L. Drake, Jr.
fdrake at gmail.com
Mon Sep 13 11:54:05 EDT 2004
Log message for revision 27514:
fixed out-of-date docstring
Changed:
U Zope3/trunk/src/zope/app/site/interfaces.py
-=-
Modified: Zope3/trunk/src/zope/app/site/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/site/interfaces.py 2004-09-13 15:47:38 UTC (rev 27513)
+++ Zope3/trunk/src/zope/app/site/interfaces.py 2004-09-13 15:54:05 UTC (rev 27514)
@@ -99,7 +99,7 @@
"""Service Managers act as containers for Services.
If a Service Manager is asked for a service, it checks for those it
- contains before using a context based lookup to find another service
+ contains before using a context-based lookup to find another service
manager to delegate to. If no other service manager is found they defer
to the ComponentArchitecture ServiceManager which contains file based
services.
@@ -134,8 +134,6 @@
"""Return a local service, if there is one
A local service is one configured in the local service manager.
-
- The service must be returned in the context of the service manager.
"""
def addSubsite(subsite):
More information about the Zope3-Checkins
mailing list