Commit 7874504b authored by Tim Peters's avatar Tim Peters

Changed module docstring to make clear that this is a cosine index.

parent f396922c
......@@ -12,7 +12,7 @@
#
##############################################################################
"""Full text index with relevance ranking."""
"""Full text index with relevance ranking, using a cosine measure."""
import math
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment