Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Scheltienne committed Jan 25, 2024
1 parent f060e6b commit 78a954c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/changes/devel/12326.other.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Updated the text in the preprocessing tutorial to use :class:`mne.io.Raw.pick()` instead of the legacy :class:`mne.io.Raw.pick_types()`, by :newcontrib:`btkcodedev`.
Updated the text in the preprocessing tutorial to use :meth:`mne.io.Raw.pick` instead of the legacy :meth:`mne.io.Raw.pick_types`, by :newcontrib:`btkcodedev`.
2 changes: 1 addition & 1 deletion tutorials/preprocessing/15_handling_bad_channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
fig.suptitle(title, size="xx-large", weight="bold")

# %%
# Note that the method :meth:`~mne.io.Raw.pick()` default
# Note that the method :meth:`~mne.io.Raw.pick` default
# arguments includes ``exclude=()`` which ensures that bad
# channels are not
# automatically dropped from the selection. Here is the corresponding example
Expand Down

0 comments on commit 78a954c

Please sign in to comment.