Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
caseman committed Aug 15, 2002
1 parent cfdc823 commit 716fc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZCTextIndex.py
Expand Up @@ -70,7 +70,7 @@ def __init__(self, id, extra=None, caller=None, index_factory=None,
# 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:
Expand Down

0 comments on commit 716fc76

Please sign in to comment.