From 43100d9bff4953bfe3263331bd00e9b441a36371 Mon Sep 17 00:00:00 2001 From: Marcel Zwiers Date: Sun, 23 Jun 2024 18:07:50 +0200 Subject: [PATCH] Typo --- bidscoin/utilities/bidsparticipants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bidscoin/utilities/bidsparticipants.py b/bidscoin/utilities/bidsparticipants.py index 5da5078e..aa41826d 100755 --- a/bidscoin/utilities/bidsparticipants.py +++ b/bidscoin/utilities/bidsparticipants.py @@ -55,7 +55,7 @@ def scanpersonals(bidsmap: Bidsmap, session: Path, personals: dict, keys: list) def bidsparticipants(sourcefolder: str, bidsfolder: str, keys: list, bidsmap: str= 'bidsmap.yaml', dryrun: bool=False) -> None: """ - Main function that processes all the subjects and session in the sourcefolder to (re)generate the particpants.tsv file in the BIDS folder. + Main function that processes all the subjects and session in the sourcefolder to (re)generate the participants.tsv file in the BIDS folder. :param sourcefolder: The root folder-name of the sub/ses/data/file tree containing the source data files :param bidsfolder: The name of the BIDS root folder