Skip to content

Commit 2e677b1

Browse files
authored
doc: fix rendering typo rst docstr (#13301)
1 parent 1652a7c commit 2e677b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mne/time_frequency/spectrum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1380,7 +1380,7 @@ class EpochsSpectrum(BaseSpectrum, GetEpochsMixin):
13801380
Frequencies at which the amplitude, power, or fourier coefficients
13811381
have been computed.
13821382
%(info_not_none)s
1383-
method : ``'welch'``| ``'multitaper'``
1383+
method : ``'welch'`` | ``'multitaper'``
13841384
The method used to compute the spectrum.
13851385
weights : array | None
13861386
The weights for each taper. Only present if spectra computed with

0 commit comments

Comments
 (0)