Skip to content

Commit cbfda88

Browse files
committed
manually change doc
1 parent ffea51f commit cbfda88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydra/tasks/fsl/utils/filterregressor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class FilterRegressor(ShellCommandTask):
8383
>>> task.inputs.filter_columns = "1,2,3"
8484
>>> task.inputs.out_file = "test_filtered.nii.gz"
8585
>>> task.cmdline
86-
'fsl_regfilt -i test.nii.gz -o test_filtered.nii.gz -d design -f '1,2,3''
86+
"fsl_regfilt -i test.nii.gz -o test_filtered.nii.gz -d design -f '1,2,3'"
8787
"""
8888

8989
input_spec = FilterRegressor_input_spec

0 commit comments

Comments
 (0)