Skip to content

Commit

Permalink
Fix spec_conn_time docstring error
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbinns committed Sep 10, 2024
1 parent c861449 commit a86f9b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mne_connectivity/spectral/time.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ def spectral_connectivity_time(
connections between all channels are computed, unless a Granger
causality method is called, in which case an error is raised.
sfreq : float
The sampling frequency. Required if data is not
:class:`Epochs <mne.Epochs>`.
The sampling frequency. Required if `data` is not an :class:`~mne.Epochs` or
:class:`~mne.time_frequency.EpochsTFR` object.
fmin : float | tuple of float | None
The lower frequency of interest. Multiple bands are defined using
a tuple, e.g., ``(8., 20.)`` for two bands with 8 Hz and 20 Hz lower
Expand Down

0 comments on commit a86f9b9

Please sign in to comment.