Skip to content

Commit f85497a

Browse files
committedDec 25, 2016
Improving documentation and plugin metadata.
1 parent 31b7e95 commit f85497a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎nikola/plugins/misc/taxonomies_classifier.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040

4141

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

45-
name = "render_taxonomies"
45+
name = "classify_taxonomies"
4646

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

0 commit comments

Comments
 (0)
Please sign in to comment.