Skip to content

Commit f378c23

Browse files
FIX, DOC: Dont pair recording parameter w/ rec BIDS entity (#1417)
1 parent 23e4b99 commit f378c23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mne_bids/path.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ class BIDSPath:
253253
processing : str | None
254254
The processing label. Corresponds to "proc".
255255
recording : str | None
256-
The recording name. Corresponds to "rec".
256+
The recording name. Corresponds to "recording".
257257
space : str | None
258258
The coordinate space for anatomical and sensor location
259259
files (e.g., ``*_electrodes.tsv``, ``*_markers.mrk``).
@@ -2447,7 +2447,7 @@ def find_matching_paths(
24472447
processings : str | array-like of str | None
24482448
The processing label. Corresponds to "proc".
24492449
recordings : str | array-like of str | None
2450-
The recording name. Corresponds to "rec".
2450+
The recording name. Corresponds to "recording".
24512451
spaces : str | array-like of str | None
24522452
The coordinate space for anatomical and sensor location
24532453
files (e.g., ``*_electrodes.tsv``, ``*_markers.mrk``).

0 commit comments

Comments
 (0)