diff --git a/mne/epochs.py b/mne/epochs.py index a0fcd46de5e..cb4f7d4eb47 100644 --- a/mne/epochs.py +++ b/mne/epochs.py @@ -3641,7 +3641,7 @@ def _is_good( ): """Test if data segment e is good according to reject and flat. - The reject and flat dictionaries can accept functions as values. + The reject and flat parameters can accept functions as values. If full_report=True, it will give True/False as well as a list of all offending channels.