[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/Publisher/Browser - ViewMeta.py:1.5
Steve Alexander
steve@cat-box.net
Tue, 22 Oct 2002 15:17:23 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/Publisher/Browser
In directory cvs.zope.org:/tmp/cvs-serv28776/lib/python/Zope/App/Publisher/Browser
Modified Files:
ViewMeta.py
Log Message:
corrected minor documentation typo
=== Zope3/lib/python/Zope/App/Publisher/Browser/ViewMeta.py 1.4 => 1.5 ===
--- Zope3/lib/python/Zope/App/Publisher/Browser/ViewMeta.py:1.4 Thu Jun 20 16:00:27 2002
+++ Zope3/lib/python/Zope/App/Publisher/Browser/ViewMeta.py Tue Oct 22 15:17:23 2002
@@ -210,7 +210,7 @@
return super(view, self).__call__()
# OK, we have named pages on a named view.
- # We'l lreplace the original class with a new subclass that
+ # We'll replace the original class with a new subclass that
# can traverse to the necessary pages.
require = {}