Skip to content

Commit 202c068

Browse files
authored
Update src/spikeinterface/core/sorting_tools.py
1 parent 2e4cde1 commit 202c068

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/core/sorting_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ def set_properties_after_merging(
367367
parent_values = sorting_pre_merge.get_property(key)
368368
if parent_values.dtype.kind not in default_missing_values:
369369
# if the property is boolean or integer there is no missing values so we skip
370-
# for instance reccussive "is_merged" will not be propagated
370+
# for instance recursive "is_merged" will not be propagated
371371
continue
372372

373373
# propagate keep values

0 commit comments

Comments
 (0)