Skip to content

Commit f2d71b8

Browse files
authored
Merge pull request #1664 from DradeAW/patch-7
Typo in `NumpyExtractor.from_dict` doc
2 parents 5b88e70 + 7dbb21c commit f2d71b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spikeinterface/core/numpyextractors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def from_times_labels(times_list, labels_list, sampling_frequency, unit_ids=None
164164
def from_dict(units_dict_list, sampling_frequency) -> "NumpySorting":
165165
"""
166166
Construct sorting extractor from a list of dict.
167-
The list lenght is the segment count
167+
The list length is the segment count
168168
Each dict have unit_ids as keys and spike times as values.
169169
170170
Parameters

0 commit comments

Comments
 (0)