Skip to content

Commit

Permalink
FIX: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-huberty committed Nov 7, 2023
1 parent e3b3457 commit 5950cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylossless/config/rejection.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def apply(self, pipeline, return_ica=False):
-------
mne.io.Raw
An :class:`~mne.io.Raw` instance with the appropriate channels and ICs
added to mne bads, interpolated, or droppped.
added to mne bads, interpolated, or dropped.
"""
# Get the raw object
raw = pipeline.raw.copy()
Expand Down

0 comments on commit 5950cdb

Please sign in to comment.