Skip to content

Commit

Permalink
Improving documentation and plugin metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Dec 25, 2016
1 parent 31b7e95 commit f85497a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nikola/plugins/misc/taxonomies_classifier.py
Expand Up @@ -40,9 +40,9 @@


class TaxonomiesClassifier(SignalHandler):
"""Render the tag/category pages and feeds."""
"""Classify posts and pages by taxonomies."""

name = "render_taxonomies"
name = "classify_taxonomies"

def _do_classification(self, site):
# Needed to avoid strange errors during tests
Expand Down

0 comments on commit f85497a

Please sign in to comment.