Skip to content

Commit 926b742

Browse files
jshanna100behinger
andauthored
Apply suggestions from code review
minor doc changes Co-authored-by: Benedikt Ehinger <[email protected]>
1 parent e4e01a7 commit 926b742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mne_bids_pipeline/_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@
11471147

11481148
remove_blink_saccades: bool = True
11491149
"""
1150-
Apparently not implemented?
1150+
Currently not implemented
11511151
"""
11521152

11531153
sync_eventtype_regex: str = ""
@@ -1166,7 +1166,7 @@
11661166
11671167
???+ example "Example"
11681168
```python
1169-
sync_eventtype_regex_et = ".*_grab_this" # select all events with some text, immediately followed by "_grab_this"
1169+
sync_eventtype_regex_et = ".*_grab_that" # select all events with some text, immediately followed by "_grab_that"
11701170
```
11711171
"""
11721172
sync_heog_ch: tuple[str, str] | str | None = None

0 commit comments

Comments
 (0)