[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/locking/README.txt
fix inconsistency in ReST markup
Fred L. Drake, Jr.
fdrake at gmail.com
Thu Mar 17 12:09:45 EST 2005
Log message for revision 29531:
fix inconsistency in ReST markup
Changed:
U Zope3/trunk/src/zope/app/locking/README.txt
-=-
Modified: Zope3/trunk/src/zope/app/locking/README.txt
===================================================================
--- Zope3/trunk/src/zope/app/locking/README.txt 2005-03-17 16:44:54 UTC (rev 29530)
+++ Zope3/trunk/src/zope/app/locking/README.txt 2005-03-17 17:09:45 UTC (rev 29531)
@@ -48,7 +48,7 @@
system in a loosely-coupled way.
Lock information is accessible through an object that supports the
-`ILockInfo` interface. The `ILockInfo` interface implies IAnnotatable,
+`ILockInfo` interface. The `ILockInfo` interface implies `IAnnotatable`,
so that other locking implementations (superseding or complementing the
default implementation) can store more information if needed to support
extended locking semantics.
More information about the Zope3-Checkins
mailing list