Skip to content

Commit b8dde05

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 22ad294 commit b8dde05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spikeinterface/extractors/phykilosortextractors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class BasePhyKilosortSortingExtractor(BaseSorting):
4040
The cluster_id column is used as the merge key to combine properties from multiple files.
4141
All loaded properties are added to the sorting extractor as unit properties, with some
4242
renamed for SpikeInterface conventions: 'group' becomes 'quality', 'cluster_id'
43-
becomes 'original_cluster_id'. These properties can be accessed via ``sorting.get_property()``
43+
becomes 'original_cluster_id'. These properties can be accessed via ``sorting.get_property()``
4444
function.
4545
"""
4646

0 commit comments

Comments
 (0)