[Zope-Checkins] CVS: Zope/lib/python/Products/ZCTextIndex - ZCTextIndex.py:1.34
Casey Duncan
casey@zope.com
Thu, 15 Aug 2002 14:10:14 -0400
Update of /cvs-repository/Zope/lib/python/Products/ZCTextIndex
In directory cvs.zope.org:/tmp/cvs-serv2556
Modified Files:
ZCTextIndex.py
Log Message:
fix typo
=== Zope/lib/python/Products/ZCTextIndex/ZCTextIndex.py 1.33 => 1.34 ===
--- Zope/lib/python/Products/ZCTextIndex/ZCTextIndex.py:1.33 Wed Aug 14 18:25:14 2002
+++ Zope/lib/python/Products/ZCTextIndex/ZCTextIndex.py Thu Aug 15 14:10:14 2002
@@ -70,7 +70,7 @@
# via the silly "extra" record.
self._fieldname = field_name or getattr(extra, 'doc_attr', '') or id
- lexicon_id = lexicon_id or extra.lexicon_idp
+ lexicon_id = lexicon_id or extra.lexicon_id
lexicon = getattr(caller, lexicon_id, None)
if lexicon is None: