Skip to content

Commit 662dfbd

Browse files
committed
Codespell
1 parent 733d13e commit 662dfbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bids_prov/merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def get_associated_sidecar(layout: BIDSLayout, data_file: BIDSFile) -> dict:
3333
return layout.get_file(sidecar_filename)
3434

3535
def filter_provenance_group(files: list, group: str) -> list:
36-
""" Filter a given BIDSFile list, returning the sub-list containig the BIDS
36+
""" Filter a given BIDSFile list, returning the sub-list containing the BIDS
3737
`prov` entity equal to group
3838
"""
3939
return [f for f in files if f'prov-{group}' in f.filename]

0 commit comments

Comments
 (0)