8000 Updated docstrings · tsbinns/mne-python@e12b09a · GitHub
[go: up one dir, main page]

Skip to content

Commit e12b09a

Browse files
committed
Updated docstrings
1 parent 999d122 commit e12b09a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mne/utils/docs.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5009,13 +5009,13 @@ def _reflow_param_docstring(docstring, has_first_line=True, width=75):
50095009
"""
50105010

50115011
docdict["weights_tfr_array"] = """
5012-
weights : array of shape (n_tapers, n_freqs) | None
5012+
weights : array, shape (n_tapers, n_freqs) | None
50135013
The weights for each taper. Must be provided if ``data`` has a taper dimension, such
50145014
as for complex or phase multitaper data.
50155015
"""
50165016
docdict["weights_tfr_attr"] = """
5017-
weights : array of shape (n_tapers, n_freqs) | None
5018-
The weights for each taper, if present in the data.
5017+
weights : array, shape (n_tapers, n_freqs) | None
5018+
The weights used for each taper in the time-frequency estimates.
50195019
"""
50205020

50215021
docdict["window_psd"] = """\

0 commit comments

Comments
 (0)
0