Skip to content

Commit

Permalink
Update mne/_fiff/reference.py
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Nov 3, 2023
1 parent 244d6e3 commit 3ce7407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/_fiff/reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def add_reference_channels(inst, ref_channels, copy=True):
-----
.. warning::
When :ref:`re-referencing <tut-set-eeg-ref>`,
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.
"""
Expand Down

0 comments on commit 3ce7407

Please sign in to comment.