Skip to content

Commit

Permalink
Update src/spikeinterface/core/baserecording.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zach McKenzie <[email protected]>
  • Loading branch information
h-mayorquin and zm711 authored Dec 20, 2023
1 parent a0082a7 commit 5e011e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/core/baserecording.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ def rename_channels(self, new_channel_ids: list | np.array | tuple):
Parameters
----------
new_channel_ids : list or np.array or tuple
The new channel ids. They are mapped possitionally to the old channel ids.
The new channel ids. They are mapped positionally to the old channel ids.
"""
from .channelslice import ChannelSliceRecording

Expand Down

0 comments on commit 5e011e0

Please sign in to comment.