[Zope3-checkins] CVS: Zope3/src/zope/app/location - __init__.py:1.6

Philipp von Weitershausen philikon at philikon.de
Sat Mar 20 08:37:33 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/location
In directory cvs.zope.org:/tmp/cvs-serv338/src/zope/app/location

Modified Files:
	__init__.py 
Log Message:


Cleanup.




=== Zope3/src/zope/app/location/__init__.py 1.5 => 1.6 ===
--- Zope3/src/zope/app/location/__init__.py:1.5	Sat Mar 13 16:03:15 2004
+++ Zope3/src/zope/app/location/__init__.py	Sat Mar 20 08:37:01 2004
@@ -198,7 +198,7 @@
         return self.context.__name__
 
     def getNearestSite(self):
-        "return the nearest site, see IPhysicallyLocatable"
+        """return the nearest site, see IPhysicallyLocatable"""
         if ISite.providedBy(self.context):
             return self.context
         for parent in zapi.getParents(self.context):




More information about the Zope3-Checkins mailing list