[Zope3-checkins]
SVN: Zope3/trunk/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:19:57 EDT 2004
Log message for revision 26939:
fix typo: missing space between words
Changed:
U Zope3/trunk/src/zope/app/publisher/browser/resourcemeta.py
-=-
Modified: Zope3/trunk/src/zope/app/publisher/browser/resourcemeta.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/resourcemeta.py 2004-08-06 17:02:43 UTC (rev 26938)
+++ Zope3/trunk/src/zope/app/publisher/browser/resourcemeta.py 2004-08-06 18:19:57 UTC (rev 26939)
@@ -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