From 5e011e0fd031911f1f4b879f8f0969f3d73c84d5 Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Wed, 20 Dec 2023 13:58:35 +0100 Subject: [PATCH] Update src/spikeinterface/core/baserecording.py Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com> --- src/spikeinterface/core/baserecording.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spikeinterface/core/baserecording.py b/src/spikeinterface/core/baserecording.py index fc05ddcd97..3941d04344 100644 --- a/src/spikeinterface/core/baserecording.py +++ b/src/spikeinterface/core/baserecording.py @@ -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