Skip to content

Commit f46f0a5

Browse files
committed
Fix spelling
1 parent 1fb864d commit f46f0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mne_bids/read.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ def _handle_events_reading(events_fname, raw):
717717
warn(
718718
"The version of MNE-Python you are using (<1.10) "
719719
"does not support the extras argument in mne.Annotations. "
720-
f"The extra columns ({annotations_info['extras'][0].keys()}) "
720+
f"The extra column(s) {list(annotations_info['extras'][0].keys())} "
721721
"will be ignored."
722722
)
723723
annot_from_events = mne.Annotations(

0 commit comments

Comments
 (0)