Skip to content

Commit

Permalink
Fixed dumb typo reported by Mike Pelletier and Jarkko Kniivila
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Pelletier committed Sep 22, 1999
1 parent 25e5339 commit c85a8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def __getitem__(self, index, ttype=type(())):
else:
r=self._v_result_class(self.data[index]).__of__(self.aq_parent)
r.data_record_id_ = index
r.data_record_score__ = 1
r.data_record_score_ = 1
r.data_record_normalized_score_ = 1
return r

Expand Down

0 comments on commit c85a8ae

Please sign in to comment.