Skip to content

Commit

Permalink
Add suggestion from review
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbinns committed Feb 3, 2025
1 parent e1023f2 commit 1f9484b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mne_connectivity/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1f9484b

Please sign in to comment.