From e12b09a90d37d3da51c6d55dc036b7c8b0cb2a75 Mon Sep 17 00:00:00 2001 From: Thomas Samuel Binns Date: Tue, 10 Dec 2024 16:22:56 +0000 Subject: [PATCH] Updated docstrings --- mne/utils/docs.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mne/utils/docs.py b/mne/utils/docs.py index 893f379ba75..1d3338bccfb 100644 --- a/mne/utils/docs.py +++ b/mne/utils/docs.py @@ -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"] = """\