Skip to content

Commit a461ad3

Browse files
committed
fixed a typo
1 parent 4fadedc commit a461ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/workflows/fmri/fsl/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ def create_featreg_preproc(name='featpreproc', highpass=True, whichvol='middle')
521521
featpreproc.connect(plot_motion, 'out_file', outputnode, 'motion_plots')
522522

523523
"""
524-
Extract the mean volume of the first functional runpreproc
524+
Extract the mean volume of the first functional run
525525
"""
526526

527527
meanfunc = pe.Node(interface=fsl.ImageMaths(op_string = '-Tmean',

0 commit comments

Comments
 (0)