[Zope3-checkins] SVN: Zope3/trunk/src/zope/interface/README.txt
Typos fixed
Dmitry Vasiliev
dima at hlabs.spb.ru
Tue Apr 12 09:43:17 EDT 2005
Log message for revision 29947:
Typos fixed
Changed:
U Zope3/trunk/src/zope/interface/README.txt
-=-
Modified: Zope3/trunk/src/zope/interface/README.txt
===================================================================
--- Zope3/trunk/src/zope/interface/README.txt 2005-04-12 08:26:40 UTC (rev 29946)
+++ Zope3/trunk/src/zope/interface/README.txt 2005-04-12 13:43:16 UTC (rev 29947)
@@ -234,7 +234,7 @@
Note that the implementer decorator may modify it's argument. Callers
should not assume that a new object is created.
-Also note that, at least for now, implementer cannt be used with
+Also note that, at least for now, implementer can't be used with
classes:
>>> zope.interface.implementer(IFoo)(Foo)
@@ -505,7 +505,7 @@
Inheritance if attribute specifications
---------------------------------------
-An interface may override attribute definitions frob base interfaces.
+An interface may override attribute definitions from base interfaces.
If two base interfaces define the same attribute, the attribute is
inherited from the most specific interface. For example, with:
More information about the Zope3-Checkins
mailing list