Index: trunk/tools/editor_trends/analyses/plugins/taxonomy_list_makers.py |
— | — | @@ -17,7 +17,7 @@ |
18 | 18 | __date__ = '2011-01-25' |
19 | 19 | __version__ = '0.1' |
20 | 20 | |
21 | | -def list_makers(var, editor, **kwargs): |
| 21 | +def taxonomy_list_makers(var, editor, **kwargs): |
22 | 22 | """ |
23 | 23 | == List makers == |
24 | 24 | Any editor who makes more than 10 mainspace edits a month to articles with titles that begin with "List of..." |
Index: trunk/tools/editor_trends/analyses/plugins/taxonomy_burnout.py |
— | — | @@ -19,7 +19,7 @@ |
20 | 20 | |
21 | 21 | |
22 | 22 | |
23 | | -def burnout(var, editor, **kwargs): |
| 23 | +def taxonomy_burnout(var, editor, **kwargs): |
24 | 24 | new_wikipedian = editor['new_wikipedian'] |
25 | 25 | edits = editor['monthly_edits'] |
26 | 26 | |