Skip to content

Commit 4b34d6c

Browse files
committed
DOC: Fix typo in PET simulation script parameter help
Fix typo in PET simulation script parameter help.
1 parent 55b1c68 commit 4b34d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/simulate_pet_motion_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def _build_arg_parser() -> argparse.ArgumentParser:
210210
parser.add_argument(
211211
"orig_sub",
212212
type=str,
213-
help="Original subjcct id",
213+
help="Original subject id",
214214
)
215215
parser.add_argument(
216216
"session",

0 commit comments

Comments
 (0)