Skip to content

Commit

Permalink
Changed Sorting Extractor to Sorting Exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerhurwitz committed Oct 14, 2019
1 parent 22a8653 commit 6056097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spikely/elements/std_element_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(self):
sp_ree.RecordingExtractor: 'Recording Extractor',
sp_pre.Preprocessor: 'Preprocessor',
sp_sor.Sorter: 'Sorter', sp_cur.Curator: 'Curator',
sp_soe.SortingExporter: 'Sorting Extractor'}
sp_soe.SortingExporter: 'Sorting Exporter'}

super().__init__(required_cls_list, cls_order_dict,
cls_display_name_dict)
Expand Down

0 comments on commit 6056097

Please sign in to comment.