Skip to content

Commit

Permalink
Fix spelling error in spectral_connectivity_epochs docstring (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbinns authored Dec 20, 2024
1 parent 0420721 commit 5095aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne_connectivity/spectral/epochs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5095aeb

Please sign in to comment.