Skip to content

Commit 23a6911

Browse files
committed
clarify reorder docstring
1 parent b17d245 commit 23a6911

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
@@ -953,7 +953,7 @@ def read_raw_bids(
953953
954954
* ``'raise'`` will raise a RuntimeError if there is a channel mismatch.
955955
* ``'reorder'`` will reorder the channels in the raw data file to match the
956-
channel names in the channels.tsv file.
956+
channel order in the channels.tsv file.
957957
* ``'rename'`` will rename the channels in the raw data file to match the
958958
channel names in the channels.tsv file.
959959

0 commit comments

Comments
 (0)