From 3ce740799006116355861d93c24e87e92e096ff5 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Fri, 3 Nov 2023 09:39:35 -0400 Subject: [PATCH] Update mne/_fiff/reference.py --- mne/_fiff/reference.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mne/_fiff/reference.py b/mne/_fiff/reference.py index 9efa23abe15..0062bc4f40f 100644 --- a/mne/_fiff/reference.py +++ b/mne/_fiff/reference.py @@ -180,7 +180,7 @@ def add_reference_channels(inst, ref_channels, copy=True): ----- .. warning:: When :ref:`re-referencing `, - make sure to apply the montage using :func:`mne.io.Raw.set_montage` + make sure to apply the montage using :meth:`mne.io.Raw.set_montage` only after calling this function. Applying a montage will only set locations of channels that exist at the time it is applied. """