[Zope3-checkins] 
	SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/publisher/browser/resourcemeta.py
	fix typo: missing space between words
    Fred L. Drake, Jr. 
    fdrake at gmail.com
       
    Fri Aug  6 14:22:18 EDT 2004
    
    
  
Log message for revision 26940:
  fix typo: missing space between words
  
  (merged from Zope 3 trunk revision 26939)
  
Changed:
  U   Zope3/branches/ZopeX3-3.0/src/zope/app/publisher/browser/resourcemeta.py
-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/publisher/browser/resourcemeta.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/publisher/browser/resourcemeta.py	2004-08-06 18:19:57 UTC (rev 26939)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/publisher/browser/resourcemeta.py	2004-08-06 18:22:17 UTC (rev 26940)
@@ -42,7 +42,7 @@
         (image and template) or not (file or image or template)):
         raise ConfigurationError(
             "Must use exactly one of file or image or template"
-            "attributes for resource directives"
+            " attributes for resource directives"
             )
 
     if file:
    
    
More information about the Zope3-Checkins
mailing list