Skip to content

Commit

Permalink
Update core.rst
Browse files Browse the repository at this point in the history
doc error
  • Loading branch information
522848942 authored Oct 20, 2024
1 parent a606364 commit d8ee9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modules/core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ and merging unit groups.
sorting_analyzer_select = sorting_analyzer.select_units(unit_ids=[0, 1, 2, 3])
sorting_analyzer_remove = sorting_analyzer.remove_units(remove_unit_ids=[0])
sorting_analyzer_merge = sorting_analyzer.merge_units([0, 1], [2, 3])
sorting_analyzer_merge = sorting_analyzer.merge_units([[0, 1], [2, 3]])
All computed extensions will be automatically propagated or merged when curating. Please refer to the
:ref:`modules/curation:Curation module` documentation for more information.
Expand Down

0 comments on commit d8ee9da

Please sign in to comment.