[CMF-checkins] CVS: CMF/CMFCore - TypesTool.py:1.21
Ken Manheimer
klm@zope.com
Tue, 13 Nov 2001 15:03:29 -0500
Update of /cvs-repository/CMF/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv31373
Modified Files:
TypesTool.py
Log Message:
Minor typo.
=== CMF/CMFCore/TypesTool.py 1.20 => 1.21 ===
Return a sequence of instances which implement the
TypeInformation interface, one for each content
- type regisetered in the portal.
+ type registered in the portal.
"""
rval = []
for t in self.objectValues():