@@ -149,7 +149,7 @@ class RawEDF(BaseRaw):
149149 annotations.
150150
151151 If channels named 'status' or 'trigger' are present, they are considered as
152- STIM channels by default. Use func:`mne.find_events` to parse events
152+ STIM channels by default. Use : func:`mne.find_events` to parse events
153153 encoded in such analog stim channels.
154154 """
155155
@@ -361,7 +361,7 @@ class RawBDF(BaseRaw):
361361 annotations.
362362
363363 If channels named 'status' or 'trigger' are present, they are considered as
364- STIM channels by default. Use func:`mne.find_events` to parse events
364+ STIM channels by default. Use : func:`mne.find_events` to parse events
365365 encoded in such analog stim channels.
366366 """
367367
@@ -517,7 +517,7 @@ class RawGDF(BaseRaw):
517517 Notes
518518 -----
519519 If channels named 'status' or 'trigger' are present, they are considered as
520- STIM channels by default. Use func:`mne.find_events` to parse events
520+ STIM channels by default. Use : func:`mne.find_events` to parse events
521521 encoded in such analog stim channels.
522522 """
523523
@@ -1978,7 +1978,7 @@ def read_raw_edf(
19781978 obtain events from these annotations.
19791979
19801980 If channels named 'status' or 'trigger' are present, they are considered as
1981- STIM channels by default. Use func:`mne.find_events` to parse events
1981+ STIM channels by default. Use : func:`mne.find_events` to parse events
19821982 encoded in such analog stim channels.
19831983
19841984 The EDF specification allows optional storage of channel types in the
@@ -2142,7 +2142,7 @@ def read_raw_bdf(
21422142 obtain events from these annotations.
21432143
21442144 If channels named 'status' or 'trigger' are present, they are considered as
2145- STIM channels by default. Use func:`mne.find_events` to parse events
2145+ STIM channels by default. Use : func:`mne.find_events` to parse events
21462146 encoded in such analog stim channels.
21472147 """
21482148 _check_args (input_fname , preload , "bdf" )
@@ -2222,7 +2222,7 @@ def read_raw_gdf(
22222222 Notes
22232223 -----
22242224 If channels named 'status' or 'trigger' are present, they are considered as
2225- STIM channels by default. Use func:`mne.find_events` to parse events
2225+ STIM channels by default. Use : func:`mne.find_events` to parse events
22262226 encoded in such analog stim channels.
22272227 """
22282228 _check_args (input_fname , preload , "gdf" )
0 commit comments