Skip to content

Commit 203c28c

Browse files
authored
Merge pull request #3491 from 522848942/patch-1
Update core.rst
2 parents a606364 + d8ee9da commit 203c28c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/modules/core.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ and merging unit groups.
385385
386386
sorting_analyzer_select = sorting_analyzer.select_units(unit_ids=[0, 1, 2, 3])
387387
sorting_analyzer_remove = sorting_analyzer.remove_units(remove_unit_ids=[0])
388-
sorting_analyzer_merge = sorting_analyzer.merge_units([0, 1], [2, 3])
388+
sorting_analyzer_merge = sorting_analyzer.merge_units([[0, 1], [2, 3]])
389389
390390
All computed extensions will be automatically propagated or merged when curating. Please refer to the
391391
:ref:`modules/curation:Curation module` documentation for more information.

0 commit comments

Comments
 (0)