Skip to content

Commit

Permalink
Removing an incorrect comment about DiscoDB is being used. It is not …
Browse files Browse the repository at this point in the history
…anymore.
  • Loading branch information
JensRantil committed Sep 20, 2011
1 parent b3f7fd7 commit 2e47d3e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dslct/dslct_jobs.py
Expand Up @@ -27,10 +27,8 @@ def map(line, _params):


class WordPruner(Job):
"""Prunes words that are not frequent enough.
Output is written to DiscoDB for fast indexing.
"""
"""Prunes words that are not frequent enough."""

map_reader = staticmethod(chain_reader)

@staticmethod
Expand Down

0 comments on commit 2e47d3e

Please sign in to comment.