Skip to content

Commit e805d81

Browse files
committed
Update equalize_channels docstring
1 parent 58ade27 commit e805d81

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mne/channels/channels.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,11 @@ def equalize_channels(instances, copy=True, verbose=None):
120120
----------
121121
instances : list
122122
A list of MNE-Python objects to equalize the channels for. Objects can
123-
be of type Raw, Epochs, Evoked, AverageTFR, Forward, Covariance,
123+
be of type Raw, Epochs, Evoked, Spectrum, AverageTFR, Forward, Covariance,
124124
CrossSpectralDensity or Info.
125+
126+
.. versionchanged:: 1.11
127+
Added support for :class:`mne.time_frequency.Spectrum` objects.
125128
copy : bool
126129
When dropping and/or re-ordering channels, an object will be copied
127130
when this parameter is set to ``True``. When set to ``False`` (the

0 commit comments

Comments
 (0)