[Zope3-checkins] CVS: Zope3/src/zope/component - interfaces.py:1.3
Steve Alexander
steve@cat-box.net
Fri, 10 Jan 2003 13:44:26 -0500
Update of /cvs-repository/Zope3/src/zope/component
In directory cvs.zope.org:/tmp/cvs-serv6098/src/zope/component
Modified Files:
interfaces.py
Log Message:
corrected typo
=== Zope3/src/zope/component/interfaces.py 1.2 => 1.3 ===
--- Zope3/src/zope/component/interfaces.py:1.2 Wed Dec 25 09:13:31 2002
+++ Zope3/src/zope/component/interfaces.py Fri Jan 10 13:44:23 2003
@@ -262,7 +262,7 @@
context = Attribute(
"""The context of the object
- This is the object being adapted, viewed, extemded, etc.
+ This is the object being adapted, viewed, extended, etc.
""")
@@ -378,11 +378,6 @@
The default will be returned if the component can't be found.
"""
-
-
-
-
-
class IView(IPresentation, IContextDependent):