From 362f86b468e6adda80ce9749c35e6588cc2634e3 Mon Sep 17 00:00:00 2001 From: Thomas Samuel Binns Date: Fri, 20 Dec 2024 16:28:07 +0000 Subject: [PATCH] Fix spelling error --- mne_connectivity/spectral/epochs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mne_connectivity/spectral/epochs.py b/mne_connectivity/spectral/epochs.py index a9cafc21..73235eaa 100644 --- a/mne_connectivity/spectral/epochs.py +++ b/mne_connectivity/spectral/epochs.py @@ -797,7 +797,7 @@ def spectral_connectivity_epochs( length is used. For example, with an epoch length of 1 sec, the lower frequency would be 5 / 1 sec = 5 Hz. fmax : float | tuple of float - The upper frequency of interest. Multiple bands are dedined using + The upper frequency of interest. Multiple bands are defined using a tuple, e.g. (13., 30.) for two band with 13 Hz and 30 Hz upper freq. fskip : int Omit every "(fskip + 1)-th" frequency bin to decimate in frequency