Skip to content

Commit f91d079

Browse files
effigieswiheto
andauthored
Update fmriprep/interfaces/reports.py
Co-Authored-By: wiheto <[email protected]>
1 parent ee1a2d4 commit f91d079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/interfaces/reports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class FunctionalSummaryInputSpec(BaseInterfaceInputSpec):
155155
mandatory=True)
156156
output_spaces = traits.List(desc='Target spaces')
157157
confounds_file = File(exists=True, desc='Confounds file')
158-
tr = traits.Float(desc='TR', mandetory=True)
158+
tr = traits.Float(desc='Repetition time', mandatory=True)
159159

160160

161161
class FunctionalSummary(SummaryInterface):

0 commit comments

Comments
 (0)