We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1a2d4 commit f91d079Copy full SHA for f91d079
fmriprep/interfaces/reports.py
@@ -155,7 +155,7 @@ class FunctionalSummaryInputSpec(BaseInterfaceInputSpec):
155
mandatory=True)
156
output_spaces = traits.List(desc='Target spaces')
157
confounds_file = File(exists=True, desc='Confounds file')
158
- tr = traits.Float(desc='TR', mandetory=True)
+ tr = traits.Float(desc='Repetition time', mandatory=True)
159
160
161
class FunctionalSummary(SummaryInterface):
0 commit comments