[Zope-Checkins] CVS: Products/ZCatalog/help - ZCatalog.py:1.10
Amos Latteier
amos@digicool.com
Wed, 1 Aug 2001 16:46:30 -0400
Update of /cvs-repository/Products/ZCatalog/help
In directory cvs.zope.org:/tmp/cvs-serv14401
Modified Files:
ZCatalog.py
Log Message:
Fixed a typo. Closes SF bug report #443110.
=== Products/ZCatalog/help/ZCatalog.py 1.9 => 1.10 ===
rather to a unique identifier that defines how to get to the
object. In Zope, this unique identifier is the object's relative
- path to the ZCatalog (since two Zope object's cannot have the same
+ path to the ZCatalog (since two Zope objects cannot have the same
URL, this is an excellent unique qualifier in Zope).
"""