@@ -394,7 +394,7 @@ class BaseEpochs(
394394 %(event_id)s
395395 %(epochs_tmin_tmax)s
396396 %(baseline_epochs)s
397- Defaults to ``(None, 0)``, i.e. beginning of the the data until
397+ Defaults to ``(None, 0)``, i.e. beginning of the data until
398398 time point zero.
399399 %(raw_epochs)s
400400 %(picks_all)s
@@ -748,7 +748,7 @@ def apply_baseline(self, baseline=(None, 0), *, verbose=None):
748748 Parameters
749749 ----------
750750 %(baseline_epochs)s
751- Defaults to ``(None, 0)``, i.e. beginning of the the data until
751+ Defaults to ``(None, 0)``, i.e. beginning of the data until
752752 time point zero.
753753 %(verbose)s
754754
@@ -3248,7 +3248,7 @@ def _diff_input_strings_vs_event_id(input_strings, input_name, event_id):
32483248
32493249 # Determine which events fall into the current time window
32503250 if start_sample is None and isinstance (tmin , list ):
3251- # Lower bound is the the current or the closest previpus event with a name
3251+ # Lower bound is the current or the closest previous event with a name
32523252 # in "tmin"; if there is no such event (e.g., beginning of the recording is
32533253 # being approached), the upper lower becomes the last event in the
32543254 # recording.
@@ -3272,7 +3272,7 @@ def _diff_input_strings_vs_event_id(input_strings, input_name, event_id):
32723272 window_start_sample = row_event .sample + start_sample
32733273
32743274 if stop_sample is None and isinstance (tmax , list ):
3275- # Upper bound is the the current or the closest following event with a name
3275+ # Upper bound is the current or the closest following event with a name
32763276 # in "tmax"; if there is no such event (e.g., end of the recording is being
32773277 # approached), the upper bound becomes the last event in the recording.
32783278 next_matching_events = events_df .loc [
@@ -3436,7 +3436,7 @@ class Epochs(BaseEpochs):
34363436 %(event_id)s
34373437 %(epochs_tmin_tmax)s
34383438 %(baseline_epochs)s
3439- Defaults to ``(None, 0)``, i.e. beginning of the the data until
3439+ Defaults to ``(None, 0)``, i.e. beginning of the data until
34403440 time point zero.
34413441 %(picks_all)s
34423442 preload : bool
0 commit comments