[Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/publisher/browser/directoryresource.py
	- fix typo in comment
    Fred L. Drake, Jr. 
    fdrake at gmail.com
       
    Fri Aug  6 11:43:12 EDT 2004
    
    
  
Log message for revision 26935:
  - fix typo in comment
  - remove extra blank line
  
Changed:
  U   Zope3/trunk/src/zope/app/publisher/browser/directoryresource.py
-=-
Modified: Zope3/trunk/src/zope/app/publisher/browser/directoryresource.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/directoryresource.py	2004-08-06 15:38:16 UTC (rev 26934)
+++ Zope3/trunk/src/zope/app/publisher/browser/directoryresource.py	2004-08-06 15:43:12 UTC (rev 26935)
@@ -31,7 +31,7 @@
 
 _marker = []
 
-# we only need this class a context for DirectoryResource
+# we only need this class as a context for DirectoryResource
 class Directory(object):
 
     def __init__(self, path, checker):
@@ -67,7 +67,6 @@
             raise KeyError, name
         return res
 
-
     def get(self, name, default=_marker):
         path = self.context.path
         filename = os.path.join(path, name)
    
    
More information about the Zope3-Checkins
mailing list