Skip to content

Commit

Permalink
Updated docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbinns committed Dec 10, 2024
1 parent 999d122 commit e12b09a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mne/utils/docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5009,13 +5009,13 @@ def _reflow_param_docstring(docstring, has_first_line=True, width=75):
"""

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

docdict["window_psd"] = """\
Expand Down

0 comments on commit e12b09a

Please sign in to comment.