[CMF-checkins] CVS: CMF/CMFDefault - Image.py:1.13

Ken Manheimer klm@zope.com
Tue, 11 Sep 2001 13:16:29 -0400


Update of /cvs-repository/CMF/CMFDefault
In directory cvs.zope.org:/tmp/cvs-serv19802

Modified Files:
	Image.py 
Log Message:
Irresistable spelling corrections for a docstring that, alas, may
itself not be particularly meaningful (any substance of the method
different from the base class index_html is actually commented out...)


=== CMF/CMFDefault/Image.py 1.12 => 1.13 ===
     def index_html(self, REQUEST, RESPONSE):
         """
-        Display the image, with our without standard_html_[header|footer],
-        as appropreate.
+        Display the image, with or without standard_html_[header|footer],
+        as appropriate.
         """
         #if REQUEST['PATH_INFO'][-10:] == 'index_html':
         #    return self.view(self, REQUEST)