From 1f9484b38c39812ea208043ba5ccd6ee8d2a28c4 Mon Sep 17 00:00:00 2001 From: "Thomas S. Binns" Date: Mon, 3 Feb 2025 18:01:22 +0000 Subject: [PATCH] Add suggestion from review --- mne_connectivity/base.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mne_connectivity/base.py b/mne_connectivity/base.py index 943dfa39..928bb1a3 100644 --- a/mne_connectivity/base.py +++ b/mne_connectivity/base.py @@ -144,8 +144,9 @@ def combine(self, combine="mean"): Returns ------- - conn : instance of Connectivity | SpectralConnectivity | TemporalConnectivity | SpectroTemporalConnectivity - The combined connectivity data structure. + conn : instance of Connectivity + The combined connectivity data structure. Instance type reflects that of the + current instance, without the epoch dimension. """ # noqa: E501 from .io import _xarray_to_conn