From e80c78bbccde935acff28787018801aef6712798 Mon Sep 17 00:00:00 2001 From: Stefan Appelhoff Date: Wed, 27 Nov 2024 12:26:59 +0100 Subject: [PATCH] DOC: fix return value doc of inst.get_montage() fixes https://github.com/mne-tools/mne-python/issues/12824 --- mne/_fiff/meas_info.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mne/_fiff/meas_info.py b/mne/_fiff/meas_info.py index 9edb8a96d3b..629d9a4b0ce 100644 --- a/mne/_fiff/meas_info.py +++ b/mne/_fiff/meas_info.py @@ -319,7 +319,8 @@ def get_montage(self): Returns ------- - %(montage)s + montage : None | DigMontage + A copy of the channel positions, if available, otherwise ``None``. """ from ..channels.montage import make_dig_montage from ..transforms import _frame_to_str