Skip to content

Commit 7e9d963

Browse files
authored
fix typo (missing space) that messed up rst rendering (#13217)
1 parent a0dda10 commit 7e9d963

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
@@ -1093,7 +1093,7 @@ class Spectrum(BaseSpectrum):
10931093
Frequencies at which the amplitude, power, or fourier coefficients
10941094
have been computed.
10951095
%(info_not_none)s
1096-
method : ``'welch'``| ``'multitaper'``
1096+
method : ``'welch'`` | ``'multitaper'``
10971097
The method used to compute the spectrum.
10981098
nave : int | None
10991099
The number of trials averaged together when generating the spectrum. ``None``

0 commit comments

Comments
 (0)